mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-03 19:23:42 +01:00
- 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
18 lines
574 B
Plaintext
18 lines
574 B
Plaintext
## [ BastilleBSD ] ##
|
|
#####################
|
|
|
|
## default paths
|
|
bastille_prefix=/usr/local/bastille
|
|
bastille_cachedir=${bastille_prefix}/cache
|
|
bastille_jailsdir=${bastille_prefix}/jails
|
|
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_tzdata="America/Denver"
|
|
bastille_nameserver1="1.1.1.1"
|
|
bastille_nameserver2="1.0.0.1"
|
|
bastille_nameserver3=""
|
|
bastille_nameserver_options="options edns0 rotate"
|