updated f2b jails and auto reloading f2b on instal

This commit is contained in:
2020-07-31 14:33:36 +02:00
parent 640cc1cd1a
commit 978ff48e07
4 changed files with 16 additions and 3 deletions

View File

@@ -228,6 +228,11 @@ if curl --retry 2 --retry-delay 1 --output /dev/null --silent --head --fail "$re
source <(curl --retry 7 --retry-delay 5 -s "$repo"/raw/branch/"$branch"/CMS/"$CMS"/"$webserv"-conf.sh)
fi
##------------##
# Services #
##------------##
systemctl reload fail2ban
##-------##
# Done #