| Path : /proc/thread-self/root/etc/ |
| Current File : //proc/thread-self/root/etc/nftables.conf |
#!/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;
}
}