Commit b145fa58 authored by Max Lv's avatar Max Lv

update default host

parent 03b27d35
......@@ -184,6 +184,9 @@ class ShadowVpnService extends VpnService {
}
appHost = settings.getString("proxy", "127.0.0.1")
if (appHost == "198.199.101.152") {
appHost = "s.maxcdn.info"
}
sitekey = settings.getString("sitekey", "default")
encMethod = settings.getString("encMethod", "table")
try {
......
......@@ -203,6 +203,9 @@ class ShadowsocksService extends Service {
}
appHost = settings.getString("proxy", "127.0.0.1")
if (appHost == "198.199.101.152") {
appHost = "s.maxcdn.info"
}
sitekey = settings.getString("sitekey", "default")
encMethod = settings.getString("encMethod", "table")
try {
......@@ -597,4 +600,4 @@ class ShadowsocksService extends Service {
super.handleMessage(msg)
}
}
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment