mirror of
https://github.com/JRGTH/xigmanas-bastille-extension.git
synced 2025-12-11 01:10:57 +01:00
Fix HARDENEDBSD url
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
======================
|
||||
Version Description
|
||||
|
||||
1.1.21......Fix HARDENEDBSD url.
|
||||
1.1.20......Update: Add support for 13.2, update config file.
|
||||
1.1.19......Code changes, some PHP8.x warning fixes.
|
||||
1.1.18......Code and Cosmetic changes, some PHP8.x warning fixes.
|
||||
|
||||
@@ -82,7 +82,7 @@ BASTILE_VERSION="https://raw.githubusercontent.com/BastilleBSD/${APPNAME}/${BRAN
|
||||
GITURL="https://github.com/JRGTH/xigmanas-${APPNAME}-extension/archive/${BRANCH}.zip"
|
||||
VERFILE="https://raw.githubusercontent.com/JRGTH/xigmanas-${APPNAME}-extension/${BRANCH}/version"
|
||||
URL_FREEBSD="http://ftp.freebsd.org/pub/FreeBSD/releases/"
|
||||
URL_HARDENEDBSD="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
|
||||
URL_HARDENEDBSD="https://installers.hardenedbsd.org/pub/"
|
||||
URL_MIDNIGHTBSD="https://www.midnightbsd.org/ftp/MidnightBSD/releases/"
|
||||
OPT="${1}"
|
||||
|
||||
@@ -1217,7 +1217,7 @@ update_config()
|
||||
if ! grep -q 'bastille_url_midnightbsd=' ${BASTILLECONF}; then
|
||||
sysrc -f ${BASTILLECONF} bastille_url_midnightbsd="${URL_MIDNIGHTBSD}"
|
||||
fi
|
||||
|
||||
|
||||
if ! grep -qw 'bastille_network_pf_ext_if=' ${BASTILLECONF}; then
|
||||
sysrc -f ${BASTILLECONF} bastille_network_pf_ext_if="ext_if"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user