On 2020-10-24 17:22, Demi M. Obenour wrote: > Also: # nft list ruleset
That one's really easy, since I'm not currently using nftables:
table inet filter {
chain input {
type filter hook input priority 0; policy accept;
}
chain forward {
type filter hook forward priority 0; policy accept;
}
chain output {
type filter hook output priority 0; policy accept;
}
}
Rich Wales
[email protected]
