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

@@ -49,6 +49,8 @@ bastille_decompress_gz_options="-k -d -c -v" ## default
## Networking
bastille_network_loopback="bastille0" ## default: "bastille0"
bastille_network_pf_ext_if="ext_if" ## default: "ext_if"
bastille_network_pf_table="jails" ## default: "jails"
bastille_network_shared="" ## default: ""
bastille_network_gateway="" ## default: ""
bastille_network_gateway6="" ## default: ""