Make pf table name and external interface configurable.

Closes #508
This commit is contained in:
Chris Wells
2022-11-26 23:24:33 -05:00
parent 0ee17be875
commit dd7f195c1e
5 changed files with 13 additions and 8 deletions

View File

@@ -54,6 +54,9 @@ bastille_conf_check
## we only load the config if conf_check passes
. /usr/local/etc/bastille/bastille.conf
# Set default values for config properties added during the current major version:
: "${bastille_network_pf_ext_if:=ext_if}"
: "${bastille_network_pf_table:=jails}"
## bastille_prefix should be 0750
## this restricts file system access to privileged users