mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-19 15:45:20 -05:00
shadowsockets fullcone inbound support: fix apply simplified config
This commit is contained in:
committed by
Xiaokang Wang (Shelikhoo)
parent
f48f61bb25
commit
91ca22f44e
@@ -20,7 +20,8 @@ func init() {
|
||||
CipherType: shadowsocks.CipherFromString(simplifiedServer.Method),
|
||||
}),
|
||||
},
|
||||
Network: net.ParseNetworks(simplifiedServer.Network),
|
||||
Network: net.ParseNetworks(simplifiedServer.Network),
|
||||
PacketEncoding: simplifiedServer.PacketEncoding,
|
||||
}
|
||||
|
||||
return common.CreateObject(ctx, fullServer)
|
||||
|
||||
Reference in New Issue
Block a user