From fcdb5aab4fc09554bfb4c9e2307298c00123a472 Mon Sep 17 00:00:00 2001 From: Thomas Chevalier Date: Thu, 19 May 2022 09:33:45 +0200 Subject: [PATCH] Fix syntax and included configuration --- config/interfaces.nft | 5 ++--- nftables.conf | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/interfaces.nft b/config/interfaces.nft index 1b78cde..845d5c9 100644 --- a/config/interfaces.nft +++ b/config/interfaces.nft @@ -11,10 +11,9 @@ define if_renater = "wan.renater" define if_nerim = "wan.nerim" define if_dmz_wireguard = "wan.dmz_wg" - +# The interfaces from which a rezoman is susceptible +# to connect from define admin_if = { - # The interfaces from which a rezoman is susceptible - # to connect from $if_users, $if_federez, $if_prod, diff --git a/nftables.conf b/nftables.conf index b8f411e..d01f03f 100644 --- a/nftables.conf +++ b/nftables.conf @@ -1,4 +1,4 @@ -#!/usr/sbin/nft -I /etc/firewall -f +#!/usr/sbin/nft -I /etc/firewall/config -f # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by