mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
chore: fix err redeclared
error in outbound/shadowsocksr.go
This commit is contained in:
parent
5d85fa16ce
commit
b9456ddd64
@ -54,7 +54,6 @@ func NewShadowsocksR(ctx context.Context, router adapter.Router, logger log.Cont
|
|||||||
serverAddr: options.ServerOptions.Build(),
|
serverAddr: options.ServerOptions.Build(),
|
||||||
}
|
}
|
||||||
var cipher string
|
var cipher string
|
||||||
var err error
|
|
||||||
switch options.Method {
|
switch options.Method {
|
||||||
case "none":
|
case "none":
|
||||||
cipher = "dummy"
|
cipher = "dummy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user