Browse Source

Fix syntax and included configuration

master
Thomas Chevalier 4 years ago
parent
commit
fcdb5aab4f
  1. 3
      config/interfaces.nft
  2. 2
      nftables.conf

3
config/interfaces.nft

@ -11,10 +11,9 @@ define if_renater = "wan.renater"
define if_nerim = "wan.nerim"
define if_dmz_wireguard = "wan.dmz_wg"
define admin_if = {
# The interfaces from which a rezoman is susceptible
# to connect from
define admin_if = {
$if_users,
$if_federez,
$if_prod,

2
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

Loading…
Cancel
Save