Fix syntax and included configuration

This commit is contained in:
Thomas Chevalier 2022-05-19 09:33:45 +02:00
parent 2d05b19a70
commit fcdb5aab4f
2 changed files with 3 additions and 4 deletions

View file

@ -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,

View file

@ -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