mirror of https://github.com/v2ray/v2ray-core
fix shadowsocks conf
parent
13ab2622c5
commit
817cc8d82e
|
@ -117,5 +117,7 @@ func (this *ShadowsocksClientConfig) Build() (*loader.TypedSettings, error) {
|
||||||
serverSpecs[idx] = ss
|
serverSpecs[idx] = ss
|
||||||
}
|
}
|
||||||
|
|
||||||
|
config.Server = serverSpecs
|
||||||
|
|
||||||
return loader.NewTypedSettings(config), nil
|
return loader.NewTypedSettings(config), nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue