The *nftables* role handles installation and basic configuration of the userspace components for nftables. Note that this role currently only works on Fedora, and requires *nftables* 0.8 or later for wildcard includes.
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
#
|
|
# This this will contain your nftables rules and
|
|
# is read by the systemd service when restarting
|
|
#
|
|
|
|
include "/etc/nftables/ruleset.d/*.nft"
|