From 7ee0c3785ef12fbc4ab089c9f157f8a6cc4a43c0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:59:09 +0100 Subject: [PATCH] Clean up country code URL sources in run script Removed unused URL sources for country code lookup. --- qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run | 2 -- 1 file changed, 2 deletions(-) diff --git a/qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run b/qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run index 306b5a4b2..0cd91bb27 100644 --- a/qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run +++ b/qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run @@ -46,9 +46,7 @@ _fetch_country_code() { local urls=( "https://ipapi.co/country/" "http://ip-api.com/line/?fields=countryCode" - "https://ifconfig.co/country-iso" "https://ipinfo.io/country" - "https://www.icloud.com/geo/country_code/" ) local shuffled_urls_output shuffled_urls_output=$(printf '%s\n' "${urls[@]}" | shuf)