From 92d90dac29596487306df0e1cca48f85b74221d3 Mon Sep 17 00:00:00 2001 From: Nyr Date: Mon, 23 Dec 2019 20:19:57 +0100 Subject: [PATCH] Update error message LowEndSpirit no longer requires that. --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 6adaf40..39a9f42 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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