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