Update bastille config files

Update bastille config files.
This commit is contained in:
JRGTH
2023-09-07 08:57:15 -04:00
parent 20a4ccced5
commit e4694425b9
4 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
======================
Version Description
1.1.31......Update bastille config files.
1.1.30......Fix config check for Linux jails.
1.1.29......Ad note on how to fetch EOL/Unsupported releases.
1.1.28......Include pf(packet filter) missing files.

View File

@@ -12,6 +12,7 @@ bastille_resolv_conf="/etc/resolv.conf"
bastille_url_freebsd="http://ftp.freebsd.org/pub/FreeBSD/releases/"
bastille_url_hardenedbsd="https://installers.hardenedbsd.org/pub/"
bastille_url_midnightbsd="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
bastille_url_midnightbsd="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
bastille_zfs_enable=""
bastille_zfs_zpool=""
bastille_zfs_prefix="bastille"

View File

@@ -30,6 +30,9 @@ bastille_tzdata="" ## default
## default jail resolv.conf
bastille_resolv_conf="/etc/resolv.conf" ## default: "/etc/resolv.conf"
## default output colors
bastille_colors_enable="" ## default: "YES"
## bootstrap urls
bastille_url_freebsd="http://ftp.freebsd.org/pub/FreeBSD/releases/" ## default: "http://ftp.freebsd.org/pub/FreeBSD/releases/"
bastille_url_hardenedbsd="https://installers.hardenedbsd.org/pub/" ## default: "https://installer.hardenedbsd.org/pub/HardenedBSD/releases/"

View File

@@ -1 +1 @@
1.1.30
1.1.31