Merge branch 'master' of github.com:cbeuw/Cloak

pull/145/head
Andy Wang 4 years ago
commit 57138e84e5
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374

@ -85,7 +85,9 @@ func main() {
}
if ssPluginMode {
rawConfig.ProxyMethod = "shadowsocks"
if rawConfig.ProxyMethod == "" {
rawConfig.ProxyMethod = "shadowsocks"
}
// json takes precedence over environment variables
// i.e. if json field isn't empty, use that
if rawConfig.RemoteHost == "" {

Loading…
Cancel
Save