From 49bda15252082331b29410973d71cb509f343e14 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 21 Feb 2022 21:12:02 +0100 Subject: [PATCH] Update 93-openvpn.sh --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index 5a0ca8970..7c9ca045e 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -14,11 +14,11 @@ if bashio::config.true 'openvpn_enabled'; then # ENABLE IPV6 # ############### - { echo "net.ipv6.conf.all.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.all.disable_ipv6 = 0"; + # echo "net.ipv6.conf.default.disable_ipv6 = 0"; + # echo "net.ipv6.conf.lo.disable_ipv6 = 0"; } >> /etc/sysctl.conf || true - sysctl -p || true + # sysctl -p || true ##################### # CONFIGURE OPENVPN #