Add selector outbound

This commit is contained in:
世界
2022-07-21 21:03:41 +08:00
parent 2946ee1267
commit 544fca8257
14 changed files with 463 additions and 91 deletions

View File

@@ -32,7 +32,7 @@ func NewShadowsocks(router adapter.Router, logger log.ContextLogger, tag string,
}
return &Shadowsocks{
myOutboundAdapter{
protocol: C.TypeDirect,
protocol: C.TypeShadowsocks,
logger: logger,
tag: tag,
network: options.Network.Build(),