added unattended installs, and bumped golang ver
This commit is contained in:
16
scripts/unattended/fail2baninstall.sh
Normal file
16
scripts/unattended/fail2baninstall.sh
Normal file
@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
trap 'exit 130' INT
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
sudo apt install fail2ban -y
|
||||
sudo cp /etc/fail2ban/fail2ban.conf /etc/fail2ban/fail2ban.local
|
||||
sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
|
||||
sudo systemctl enable fail2ban
|
||||
|
||||
echo -e "=================================================================="
|
||||
|
||||
echo "Fail2Ban has been installed!"
|
||||
echo "The F2B Config can be found at /etc/fail2ban/fail2ban.local"
|
||||
echo "The F2B Jails Config can be found at /etc/fail2ban/jail.local"
|
||||
echo "When it has been setup to your liking you can run ~fail2ban-client start~"
|
||||
|
||||
echo -e "=================================================================="
|
Reference in New Issue
Block a user