mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Update 93-openvpn.sh
This commit is contained in:
@@ -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 #
|
||||||
|
|||||||
Reference in New Issue
Block a user