From efdd1560ff10a5fc19ed76cd98eadffe1c412413 Mon Sep 17 00:00:00 2001 From: "pulsar89.5" Date: Fri, 29 Dec 2023 11:07:51 +0100 Subject: [PATCH] fix: Merge tables in one file --- templates/nftables.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nftables.conf.j2 b/templates/nftables.conf.j2 index 4fc00e5..50a597a 100644 --- a/templates/nftables.conf.j2 +++ b/templates/nftables.conf.j2 @@ -25,4 +25,4 @@ table inet filter { } # include more tables -include "/srv/nftables/tables_*.conf" +include "/srv/nftables/tables.conf"