1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-27 22:36:12 -04:00

fix shadowsocks conf

This commit is contained in:
Darien Raymond 2016-11-05 01:01:07 +01:00
parent 13ab2622c5
commit 817cc8d82e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -117,5 +117,7 @@ func (this *ShadowsocksClientConfig) Build() (*loader.TypedSettings, error) {
serverSpecs[idx] = ss
}
config.Server = serverSpecs
return loader.NewTypedSettings(config), nil
}