May 2019 update: HardenedBSD, tzdata, NS
- closes #32: support HardenedBSD - adds support for defined nameservers in new jails (up to three) - adds support for defined nameserver options (eg; options edns0 rotate) - adds support for defined tzdata in new jails (eg; America/Denver, etc/UTC) - adds support for dynamic hw.machine/hw.machine_arch downloads - new jails now output default rc.conf settings (sysrc) at creation - no longer use freebsd_dist_fetch.sh; replaced with simpler fetch
This commit is contained in:
@@ -9,4 +9,9 @@ bastille_logsdir=${bastille_prefix}/logs
|
||||
bastille_releasesdir=${bastille_prefix}/releases
|
||||
bastille_templatesdir=${bastille_prefix}/templates
|
||||
bastille_sharedir=/usr/local/share/bastille
|
||||
bastille_bootstrap_archives=base
|
||||
bastille_bootstrap_archives="base"
|
||||
bastille_tzdata="America/Denver"
|
||||
bastille_nameserver1="1.1.1.1"
|
||||
bastille_nameserver2="1.0.0.1"
|
||||
bastille_nameserver3=""
|
||||
bastille_nameserver_options="options edns0 rotate"
|
||||
|
||||
Reference in New Issue
Block a user