2016-04-10 19:58:34 +00:00
|
|
|
#
|
|
|
|
# This this will contain your nftables rules and
|
|
|
|
# is read by the systemd service when restarting
|
|
|
|
#
|
2016-06-02 20:12:21 +00:00
|
|
|
# These provide an iptables like set of filters
|
|
|
|
# (uncomment to include)
|
2018-11-04 20:52:50 +00:00
|
|
|
# include "/etc/nftables/bridge-filter.nft"
|
|
|
|
# include "/etc/nftables/inet-filter.nft"
|
|
|
|
# include "/etc/nftables/ipv4-filter.nft"
|
|
|
|
# include "/etc/nftables/ipv4-mangle.nft"
|
|
|
|
# include "/etc/nftables/ipv4-nat.nft"
|
|
|
|
# include "/etc/nftables/ipv6-filter.nft"
|
|
|
|
# include "/etc/nftables/ipv6-mangle.nft"
|
|
|
|
# include "/etc/nftables/ipv6-nat.nft"
|