Default nftables configuration
This commit is contained in:
parent
4d02108cfb
commit
bc2bf5ca27
15
root/etc/nftables.conf.j2
Executable file
15
root/etc/nftables.conf.j2
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
#!/usr/sbin/nft -f
|
||||||
|
|
||||||
|
flush ruleset
|
||||||
|
|
||||||
|
table inet filter {
|
||||||
|
chain input {
|
||||||
|
type filter hook input priority 0;
|
||||||
|
}
|
||||||
|
chain forward {
|
||||||
|
type filter hook forward priority 0;
|
||||||
|
}
|
||||||
|
chain output {
|
||||||
|
type filter hook output priority 0;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user