From 69a416caa2bce3dc4a3aff61fb8ae955f7561e51 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 1 Feb 2022 19:25:41 +0100 Subject: Reorganise scripts --- scripts/setup_fail2ban.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/setup_fail2ban.sh (limited to 'scripts/setup_fail2ban.sh') 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 -- cgit v1.3