1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-05-16 20:18:36 -04:00

shadowsockets fullcone inbound support: fix apply simplified config

This commit is contained in:
Shelikhoo 2021-12-30 22:55:45 +00:00 committed by Xiaokang Wang (Shelikhoo)
parent f48f61bb25
commit 91ca22f44e

View File

@ -20,7 +20,8 @@ func init() {
CipherType: shadowsocks.CipherFromString(simplifiedServer.Method), CipherType: shadowsocks.CipherFromString(simplifiedServer.Method),
}), }),
}, },
Network: net.ParseNetworks(simplifiedServer.Network), Network: net.ParseNetworks(simplifiedServer.Network),
PacketEncoding: simplifiedServer.PacketEncoding,
} }
return common.CreateObject(ctx, fullServer) return common.CreateObject(ctx, fullServer)