Files
fedora-infra_ansible/roles/base/templates/nftables/sysconfig.conf
James Antill 69911c5d72 Enable IPv6 nftables.
Signed-off-by: James Antill <james@and.org>
2025-03-04 14:31:54 -05:00

13 lines
458 B
Plaintext

# Uncomment the include statement here to load the default config sample
# in /etc/nftables for nftables service.
#include "/etc/nftables/main.nft"
include "/etc/nftables/fedora-infra-ipv4.nft"
include "/etc/nftables/fedora-infra-ipv6.nft"
# To customize, either edit the samples in /etc/nftables, append further
# commands to the end of this file or overwrite it after first service
# start by calling: 'nft list ruleset >/etc/sysconfig/nftables.conf'.