Add clash mode support

This commit is contained in:
世界 2022-09-10 14:09:47 +08:00
parent 80cfc9a25b
commit 5297273937
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
12 changed files with 98 additions and 23 deletions

2
box.go
View file

@ -154,7 +154,7 @@ func New(ctx context.Context, options option.Options) (*Box, error) {
if err != nil {
return nil, E.Cause(err, "create clash api server")
}
router.SetTrafficController(clashServer)
router.SetClashServer(clashServer)
}
return &Box{
router: router,