From 35dfd960d0618671fc5406f6077760954903c349 Mon Sep 17 00:00:00 2001 From: Adrian Fedoreanu Date: Sun, 10 Dec 2023 12:10:01 +0100 Subject: [PATCH 1/2] curl https url --- qbittorrent/rootfs/etc/cont-init.d/00-ipleak.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/00-ipleak.sh b/qbittorrent/rootfs/etc/cont-init.d/00-ipleak.sh index f9197a2ab..6029cb94f 100755 --- a/qbittorrent/rootfs/etc/cont-init.d/00-ipleak.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/00-ipleak.sh @@ -1,4 +1,4 @@ #!/usr/bin/with-contenv bashio # shellcheck shell=bash -curl --max-time 10 --connect-timeout 5 -s ipecho.net/plain > /currentip \ No newline at end of file +curl --max-time 10 --connect-timeout 5 -s https://ipecho.net/plain > /currentip From ecbe4e62847fdd6e4902a6d8ee58ad94d0100144 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 10 Dec 2023 12:47:33 +0100 Subject: [PATCH 2/2] Update config.json --- qbittorrent/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index aaf309e6a..c264df0ed 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -153,5 +153,5 @@ "slug": "qbittorrent", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.6.2-9wireguard_openvpn" + "version": "4.6.2-10wireguard_openvpn" }