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() {