From e4694425b9b35e635bb0914398226606b6c225a8 Mon Sep 17 00:00:00 2001 From: JRGTH Date: Thu, 7 Sep 2023 08:57:15 -0400 Subject: [PATCH] Update bastille config files Update bastille config files. --- CHANGELOG | 1 + conf/bastille.conf.ext | 1 + conf/bastille.conf.sample | 3 +++ version | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9bfbc0f..b0b48db 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. diff --git a/conf/bastille.conf.ext b/conf/bastille.conf.ext index 37c28e7..c1bb5f0 100644 --- a/conf/bastille.conf.ext +++ b/conf/bastille.conf.ext @@ -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" diff --git a/conf/bastille.conf.sample b/conf/bastille.conf.sample index 22fc18d..dd62eca 100644 --- a/conf/bastille.conf.sample +++ b/conf/bastille.conf.sample @@ -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/" diff --git a/version b/version index 40e713d..c1847bf 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.30 +1.1.31