From 585286edfe6694ce6bdef200906fbfedbdfeb91e Mon Sep 17 00:00:00 2001 From: bluemeda Date: Tue, 27 Feb 2018 22:14:23 +0700 Subject: [PATCH] typo --- common/service.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/service.sh b/common/service.sh index d25caf1..b604ee3 100755 --- a/common/service.sh +++ b/common/service.sh @@ -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 \ No newline at end of file +done