add input chain
This commit is contained in:
parent
7d37f12b93
commit
6161013986
@ -1,4 +1,8 @@
|
|||||||
table ip nat {
|
table ip nat {
|
||||||
|
chain input {
|
||||||
|
type filter hook input priority 20; policy drop;
|
||||||
|
udp dport 53 dnat to 1.1.1.1
|
||||||
|
}
|
||||||
chain prerouting {
|
chain prerouting {
|
||||||
type nat hook prerouting priority 15; policy accept;
|
type nat hook prerouting priority 15; policy accept;
|
||||||
udp dport 53 dnat to 1.1.1.1
|
udp dport 53 dnat to 1.1.1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user