From d176b1adcfd42c8b915fd8daa4d042ce1b8b4f31 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Sun, 23 Sep 2018 15:28:45 +0200 Subject: [PATCH] Don't mess with the iptables service, we don't need it --- openvpn-install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index fcb10b7..bb530bf 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -571,13 +571,6 @@ function installOpenVPN () { # Install required dependencies and upgrade the system pacman --needed --noconfirm -Syu openvpn iptables openssl wget ca-certificates curl - - # iptables service won't start if this file does not exist - touch /etc/iptables/iptables.rules - - # Enable iptables service - systemctl daemon-reload - systemctl enable --now iptables fi # Find out if the machine uses nogroup or nobody for the permissionless group