Commit ef770198 authored by Max Lv's avatar Max Lv

Fix #577

parent bd942c68
...@@ -401,7 +401,7 @@ class ShadowsocksVpnService extends VpnService with BaseService { ...@@ -401,7 +401,7 @@ class ShadowsocksVpnService extends VpnService with BaseService {
} }
} }
if (config.route == Route.ALL) { if (config.route == Route.ALL || config.route == Route.BYPASS_CHN) {
builder.addRoute("0.0.0.0", 0) builder.addRoute("0.0.0.0", 0)
} else { } else {
val privateList = getResources.getStringArray(R.array.bypass_private_route) val privateList = getResources.getStringArray(R.array.bypass_private_route)
......
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