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)