Don't mess with the iptables service, we don't need it
This commit is contained in:
parent
64887413eb
commit
d176b1adcf
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue