typo
This commit is contained in:
parent
874693a418
commit
585286edfe
|
@ -13,9 +13,9 @@ do
|
|||
if [[ $? == 0 ]];
|
||||
then
|
||||
iptables -t nat -A OUTPUT -p tcp --dport 53 -j DNAT --to-destination 127.0.0.1:53
|
||||
iptables-t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 127.0.0.1:53
|
||||
iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 127.0.0.1:53
|
||||
break;
|
||||
else
|
||||
sleep 5
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue