Skip to content

Commit

Permalink
Resolves Nyr#664
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyr committed Oct 16, 2019
1 parent 6a29a6b commit 71f5fcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions openvpn-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ You need to enable TUN before running this script"
exit
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."
exit
fi

if [[ -e /etc/debian_version ]]; then
os="debian"
group_name="nogroup"
Expand Down

0 comments on commit 71f5fcc

Please sign in to comment.