Vorlage:Output.conf
Version vom 7. Mai 2026, 15:05 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<pre> chain output { type filter hook output priority filter; policy drop; ct state established,related accept…“)
chain output {
type filter hook output priority filter; policy drop;
ct state established,related accept
ct state new oif "lo" accept
ct state new accept
log prefix " --nftables-drop-output-- "
}