diff options
Diffstat (limited to 'scripts/setup_fail2ban.sh')
| -rwxr-xr-x | scripts/setup_fail2ban.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/setup_fail2ban.sh b/scripts/setup_fail2ban.sh new file mode 100755 index 0000000..b817ee6 --- /dev/null +++ b/scripts/setup_fail2ban.sh @@ -0,0 +1,4 @@ +#!/bin/bash +sudo apt install fail2ban -y +sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local +sudo service fail2ban restart |
