fix(config): update check_url to use a consistent proxy checking endpoint

This commit is contained in:
monosans
2026-03-12 12:14:38 +03:00
parent c39cffcb4a
commit dc5ac20df3
+2 -2
View File
@@ -34,10 +34,10 @@ include_geolocation = true
# plain-text: Returns just IP address for basic connectivity
# Examples:
# "https://httpbin.org/ip" - JSON with "origin" key. Full-featured checking.
# "https://api.ipify.org" - Simple IP return. Full-featured checking.
# "https://ipv4.icanhazip.com" - Simple IP return. Full-featured checking.
# "https://google.com" - Basic connect/read check only
# "" - Skip checking entirely (scrape only)
check_url = "https://api.ipify.org"
check_url = "https://ipv4.icanhazip.com"
# Number of proxies to check simultaneously
# Higher values = faster checking but more RAM/network usage. Lower if you experience crashes or timeouts.