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.
This commit is contained in:
6
roles/nftables/files/nftables.conf
Normal file
6
roles/nftables/files/nftables.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# This this will contain your nftables rules and
|
||||
# is read by the systemd service when restarting
|
||||
#
|
||||
|
||||
include "/etc/nftables/ruleset.d/*.nft"
|
||||
Reference in New Issue
Block a user