From 8556bf8676612bbe1fcd17a577ae74d98d463081 Mon Sep 17 00:00:00 2001 From: Affif Mukhlashin Date: Tue, 20 Mar 2018 15:27:55 +0700 Subject: [PATCH] Update service.sh --- common/service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/service.sh b/common/service.sh index 53feeff..7a0e2f7 100755 --- a/common/service.sh +++ b/common/service.sh @@ -15,7 +15,7 @@ do $MODDIR/system/xbin/dnscrypt-proxy -config $MODDIR/system/etc/dnscrypt-proxy/dnscrypt-proxy.toml & sleep 5 iptables -t nat -A OUTPUT -p tcp --dport 53 -j DNAT --to-destination 127.0.0.1:5354 - iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT -- + iptables -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 127.0.0.1:5354 break; else sleep 5