ubuntu-22.04.3-desktop-amd64/casper/filesystem/etc/nftables.conf

16 lines
228 B
Plaintext
Executable File

#!/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;
}
}