From ab963ca590d590fd939f92d8bf7e8fd82649c0be Mon Sep 17 00:00:00 2001 From: Daniel Lopes Date: Tue, 7 Apr 2026 08:15:37 -0300 Subject: [PATCH 1/2] [JUDGES] Add httpbin.com.br --- proxybroker/judge.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxybroker/judge.py b/proxybroker/judge.py index 470be13a..93b86f5c 100644 --- a/proxybroker/judge.py +++ b/proxybroker/judge.py @@ -126,6 +126,8 @@ def get_judges(judges=None, timeout=8, verify_ssl=False): 'http://proxyjudge.us/azenv.php', 'http://ip.spys.ru/', 'http://www.proxy-listen.de/azenv.php', + 'http://httpbin.com.br/anything', + 'https://httpbin.com.br/anything', ] _judges = [] for j in judges: From b6a1b1d8288aa6be96e83e34834d89c5ce3eecc9 Mon Sep 17 00:00:00 2001 From: Daniel Lopes Date: Wed, 8 Apr 2026 17:21:38 -0300 Subject: [PATCH 2/2] Update proxybroker/judge.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- proxybroker/judge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxybroker/judge.py b/proxybroker/judge.py index 93b86f5c..c5a1ef14 100644 --- a/proxybroker/judge.py +++ b/proxybroker/judge.py @@ -126,8 +126,8 @@ def get_judges(judges=None, timeout=8, verify_ssl=False): 'http://proxyjudge.us/azenv.php', 'http://ip.spys.ru/', 'http://www.proxy-listen.de/azenv.php', - 'http://httpbin.com.br/anything', - 'https://httpbin.com.br/anything', + 'http://httpbin.com.br/anything?show_env', + 'https://httpbin.com.br/anything?show_env', ] _judges = [] for j in judges: