From e4b963a2673e4e2f9aebe11d72b8a1ca7c9c5fb2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:17:16 +0100 Subject: [PATCH] Update 93-openvpn.sh --- qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh index 05978316e..d1dff3c77 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh @@ -14,11 +14,6 @@ if bashio::config.true 'openvpn_enabled'; then bashio::log.info "Openvpn enabled, configuring" bashio::log.info "----------------------------" - # Get current ip - ( curl -fsS --max-time 10 https://ifconfig.co/ip \ - || curl -fsS --max-time 10 https://api64.ipify.org \ - || curl -fsS --max-time 10 https://ipecho.net/plain ) > /currentip - # Function to check for files path function check_path() {