Skip to content

Commit

Permalink
Fix #577
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Feb 22, 2016
1 parent bd942c6 commit ef77019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
} else {
val privateList = getResources.getStringArray(R.array.bypass_private_route)
Expand Down

0 comments on commit ef77019

Please sign in to comment.