From 6f1dc6db1c3853643611ef6905cb95c4ff2e7ee9 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Mon, 6 Mar 2017 11:03:33 -0600 Subject: [PATCH] Remove fail2ban workaround - The fail2ban bug on CentOS 7 has been fixed. Remove workaround. - Ref: 320e17a, https://bugzilla.redhat.com/show_bug.cgi?id=1422500 --- vpnsetup_centos.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/vpnsetup_centos.sh b/vpnsetup_centos.sh index 98fbc3c..214830e 100755 --- a/vpnsetup_centos.sh +++ b/vpnsetup_centos.sh @@ -430,7 +430,6 @@ fi # Restart services modprobe -q pppol2tp -mkdir -p /var/run/fail2ban service fail2ban restart 2>/dev/null service ipsec restart 2>/dev/null service xl2tpd restart 2>/dev/null