From 2f7f9e4af5992d1e11ec6b6084c81391f39e322b Mon Sep 17 00:00:00 2001 From: quindecim Date: Sat, 4 Jan 2020 20:29:49 -0500 Subject: [PATCH] Text optimization --- post-fs-data.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/post-fs-data.sh b/post-fs-data.sh index 6c644ce..b0094b2 100644 --- a/post-fs-data.sh +++ b/post-fs-data.sh @@ -8,7 +8,6 @@ MODDIR=${0%/*} # This script will be executed in post-fs-data mode -# Let dnscrypt-proxy do its job only. # iptables -t nat -A OUTPUT -p tcp ! -d 91.239.100.100 --dport 53 -j DNAT --to-destination 127.0.0.1:53 # iptables -t nat -A OUTPUT -p udp ! -d 91.239.100.100 --dport 53 -j DNAT --to-destination 127.0.0.1:53 # ip6tables -t nat -A OUTPUT -p tcp ! -d 91.239.100.100 --dport 53 -j DNAT --to-destination [::1]:53