Files
configpolicy/roles/nftables/files/nftables.conf
Dustin C. Hatch 5d1b646d14 roles/nftables: Basic nftables configuration
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.
2018-03-27 20:44:43 -05:00

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"