fix(config): update check_url to use a consistent proxy checking endpoint
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user