Revert "add input chain"
This reverts commit 616101398625075d9da3a653eb20ce76477484f7.
This commit is contained in:
parent
6161013986
commit
7ec5a4c22a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user