Fix Tethering Client cannot resolve Dnscrypt

This commit is contained in:
betawi 2018-03-12 10:10:53 +07:00
parent 95af76d76f
commit a7f9121a36
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ do
sleep 5
iptables -t nat -A OUTPUT -p tcp --dport 53 -j DNAT --to-destination 127.0.0.1:5353
iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 127.0.0.1:5353
iptables -t nat -A INPUT -p tcp --dport 53 -j DNAT --to-destination 127.0.0.1:5353
iptables -t nat -A INPUT -p udp --dport 53 -j DNAT --to-destination 127.0.0.1:5353
break;
else
sleep 5

BIN
dnscrypt-proxy-magisk.zip Normal file

Binary file not shown.