Prepare v2ray client/server transport

This commit is contained in:
世界 2022-08-22 18:53:47 +08:00
parent 6253e2e24c
commit 082872b2f3
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
27 changed files with 1490 additions and 74 deletions

View file

@ -17,6 +17,7 @@ import (
"github.com/sagernet/sing-box/experimental/clashapi/trafficontrol"
"github.com/sagernet/sing-box/log"
"github.com/sagernet/sing-box/option"
"github.com/sagernet/sing/common"
E "github.com/sagernet/sing/common/exceptions"
F "github.com/sagernet/sing/common/format"
N "github.com/sagernet/sing/common/network"
@ -25,7 +26,6 @@ import (
"github.com/go-chi/cors"
"github.com/go-chi/render"
"github.com/gorilla/websocket"
"github.com/sagernet/sing/common"
)
var _ adapter.ClashServer = (*Server)(nil)