Skip to main content

max / mountaineer

311 B · 7 lines History Blame Raw
1 # Mountaineer top-level nftables config: include every .nft file from
2 # /etc/nftables.d/ in lexical order. The baseline (00-baseline.nft) flushes
3 # the ruleset and installs the core policy; later files (10-*, 20-*, etc.)
4 # add workload-specific allow rules without re-flushing.
5
6 include "/etc/nftables.d/*.nft"
7