diff --git a/scripts/dns.nft b/scripts/dns.nft index c51b44f..8cfd60d 100644 --- a/scripts/dns.nft +++ b/scripts/dns.nft @@ -1,8 +1,4 @@ table ip nat { - chain input { - type filter hook input priority 20; policy drop; - udp dport 53 dnat to 1.1.1.1 - } chain prerouting { type nat hook prerouting priority 15; policy accept; udp dport 53 dnat to 1.1.1.1