diff --git a/openvpn-install.sh b/openvpn-install.sh index a0e04a4..458151c 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1034,7 +1034,7 @@ ip6tables -D INPUT -i $NIC -p $PROTOCOL --dport $PORT -j ACCEPT" >>/etc/iptables # Handle the rules via a systemd script echo "[Unit] Description=iptables rules for OpenVPN -Before=network-online.target +After=network-online.target Wants=network-online.target [Service]