Commit 1b2247a8 authored by Max Lv's avatar Max Lv

remove the bypass rules

parent 5328a914
......@@ -317,11 +317,6 @@ class ShadowsocksNatService extends Service with BaseService {
+ DNS_PORT)
}
if (config.isGFWList) {
// Bypass Google Video
init_sb.append(cmd_bypass.replace("0.0.0.0", "74.125.0.0/16"))
init_sb.append(cmd_bypass.replace("0.0.0.0", "173.194.0.0/16"))
val chn_list: Array[String] = getResources.getStringArray(R.array.chn_list)
for (item <- chn_list) {
init_sb.append(cmd_bypass.replace("0.0.0.0", item))
......
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