From 6b50fda674ac11a46eef3fc9d6692f349c2324fb Mon Sep 17 00:00:00 2001 From: angristan Date: Mon, 17 Sep 2018 00:57:06 +0200 Subject: [PATCH] Remove legacy firewalld code --- openvpn-install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 39c94be..f77ed6c 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -541,10 +541,6 @@ else yum install epel-release -y fi yum install openvpn iptables openssl wget ca-certificates curl -y - - # Disable firewalld to allow iptables to start upon reboot - # systemctl disable firewalld - # systemctl mask firewalld fi # Install iptables service