mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-09 04:02:08 +00:00
Remove the iptables NAT table check
LowEndSpirit fixed the issue on their end, so this is longer needed. Additionally, the check causes unneeded trouble for users whose system doesn't have the iptables package installed.
This commit is contained in:
parent
a294ca80e4
commit
b8debf7f7f
1 changed files with 0 additions and 7 deletions
|
@ -43,13 +43,6 @@ 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.
|
||||
Make sure that your system has iptables/netfilter available.
|
||||
If using OpenVZ, ask your provider to enable full netfilter support."
|
||||
exit
|
||||
fi
|
||||
|
||||
if [[ -e /etc/debian_version ]]; then
|
||||
os="debian"
|
||||
group_name="nogroup"
|
||||
|
|
Loading…
Add table
Reference in a new issue