diff --git a/installer.sh b/installer.sh index 0f90dfb..e1d82be 100644 --- a/installer.sh +++ b/installer.sh @@ -297,6 +297,12 @@ bash <(curl -s https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/mas wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Backup/raw/branch/master/install-backup-tools.sh -O /root/install-backup-tools.sh chmod +x /root/install-backup-tools.sh +##----------------## +# F2B Script # +##----------------## +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/Fail2Ban/setup-fail2banWP.sh -O /root/setup-fail2banWP.sh +chmod +x /root/setup-fail2banWP.sh + echo "Installatie geslaagd!" ##------------##