fix
This commit is contained in:
parent
f62333e93d
commit
f07059538b
5
ipv4-filter.nft
Normal file
5
ipv4-filter.nft
Normal file
@ -0,0 +1,5 @@
|
||||
table filter {
|
||||
chain input { type filter hook input priority 0;policy drop;}
|
||||
chain forward { type filter hook forward priority 0; }
|
||||
chain output { type filter hook output priority 0; }
|
||||
}
|
5
ipv6-filter.nft
Normal file
5
ipv6-filter.nft
Normal file
@ -0,0 +1,5 @@
|
||||
table ip6 filter {
|
||||
chain input { type filter hook input priority 0; drop;}
|
||||
chain forward { type filter hook forward priority 0; drop;}
|
||||
chain output { type filter hook output priority 0; drop; }
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user