Commit ba644cdf authored by Max Lv's avatar Max Lv

update binaries

parent 2d50035e
...@@ -130,7 +130,7 @@ object Extra { ...@@ -130,7 +130,7 @@ object Extra {
val isGFWList = settings.getBoolean(Key.isGFWList, false) val isGFWList = settings.getBoolean(Key.isGFWList, false)
val isBypassApps = settings.getBoolean(Key.isBypassApps, false) val isBypassApps = settings.getBoolean(Key.isBypassApps, false)
val proxy = settings.getString(Key.proxy, "127.0.0.1") match { val proxy = settings.getString(Key.proxy, "127.0.0.1") match {
case "198.199.101.152" => "s.maxcdn.info" case "198.199.101.152" => "ss.maxcdn.info"
case s: String => s case s: String => s
case _ => "127.0.0.1" case _ => "127.0.0.1"
} }
......
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