diff --git a/openvpn-install.sh b/openvpn-install.sh index bf3171c..efee927 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1039,7 +1039,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]