Fix Tethering Client cannot resolve Dnscrypt
This commit is contained in:
parent
95af76d76f
commit
a7f9121a36
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue