Commit eeb34bd9 authored by Max Lv's avatar Max Lv

fix remote dns query

parent 53dfcbe3
......@@ -485,8 +485,6 @@ class ShadowsocksService extends Service {
}
init_sb.append(cmd_bypass.replace("0.0.0.0", "127.0.0.1"))
init_sb.append(cmd_bypass.replace("-d 0.0.0.0", "--dport " + 53))
init_sb
.append(cmd_bypass.replace("-d 0.0.0.0", "-m owner --uid-owner " + getApplicationInfo.uid))
if (hasRedirectSupport) {
init_sb
.append(Utils.getIptables)
......
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