fix shadowsocksr outbound build error

This commit is contained in:
z4x7k 2023-08-10 07:12:22 +03:30
parent 5d85fa16ce
commit a9ae945f7f
No known key found for this signature in database
GPG Key ID: 83257F5727DFE063

View File

@ -54,7 +54,6 @@ func NewShadowsocksR(ctx context.Context, router adapter.Router, logger log.Cont
serverAddr: options.ServerOptions.Build(),
}
var cipher string
var err error
switch options.Method {
case "none":
cipher = "dummy"