1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-23 21:46:08 +03:00

Update error message

LowEndSpirit no longer requires that.
This commit is contained in:
Nyr 2019-12-23 20:19:57 +01:00
parent 71f5fcc023
commit 92d90dac29

View File

@ -45,8 +45,8 @@ fi
if ! iptables -t nat -nL &>/dev/null; then
echo "Unable to initialize the iptables/netfilter NAT table, setup can't continue.
If you are a LowEndSpirit customer, see here: https://git.io/nfLES
If you are getting this message on any other provider, ask them for support."
Make sure that your system has iptables/netfilter available.
If using OpenVZ, ask your provider to enable full netfilter support."
exit
fi