Remove typo from kojibuilder nftables template.

Signed-off-by: James Antill <james@and.org>
This commit is contained in:
James Antill 2025-03-03 16:52:02 -05:00
parent 172cfc9efa
commit 224d98cbb0

View file

@ -1,5 +1,5 @@
# {{ ansible_managed }}
*add table ip filter
add table ip filter
add chain ip filter INPUT { type filter hook input priority 0; policy drop; }
add chain ip filter FORWARD { type filter hook forward priority 0; policy drop; }
add chain ip filter OUTPUT { type filter hook output priority 0; policy drop; }