Update 93-openvpn.sh

This commit is contained in:
Alexandre
2022-02-21 21:12:02 +01:00
committed by GitHub
parent 77a755181c
commit 49bda15252

View File

@@ -14,11 +14,11 @@ if bashio::config.true 'openvpn_enabled'; then
# ENABLE IPV6 # # ENABLE IPV6 #
############### ###############
{ echo "net.ipv6.conf.all.disable_ipv6 = 0"; # { echo "net.ipv6.conf.all.disable_ipv6 = 0";
echo "net.ipv6.conf.default.disable_ipv6 = 0"; # echo "net.ipv6.conf.default.disable_ipv6 = 0";
echo "net.ipv6.conf.lo.disable_ipv6 = 0"; } >> /etc/sysctl.conf || true # echo "net.ipv6.conf.lo.disable_ipv6 = 0"; } >> /etc/sysctl.conf || true
sysctl -p || true # sysctl -p || true
##################### #####################
# CONFIGURE OPENVPN # # CONFIGURE OPENVPN #