Files
server/usr/share/doc/nftables/examples/ipv6-mangle.nft
2026-01-07 20:52:11 +01:00

4 lines
78 B
Plaintext

table ip6 mangle {
chain output { type route hook output priority -150; }
}