mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
13 lines
458 B
Plaintext
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'.
|