From dc5ac20df384ee90f27ba1d50e627030d55dd351 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 12 Mar 2026 12:14:38 +0300 Subject: [PATCH] fix(config): update check_url to use a consistent proxy checking endpoint --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 5421f55..79f05cd 100644 --- a/config.toml +++ b/config.toml @@ -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.