From 88852e274c9d544ce5227be47c1ba47fbf7388bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:23:09 +0200 Subject: [PATCH] Update trio_http_proxy.py --- trio_http_proxy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trio_http_proxy.py b/trio_http_proxy.py index 816636a..43a087e 100755 --- a/trio_http_proxy.py +++ b/trio_http_proxy.py @@ -39,6 +39,7 @@ async def http_proxy(client_stream, client_address, _nextid=count(1).__next__): CV_CLIENT_STREAM.set(client_stream) client_ip = client_address[0] + log('client_address: ', client_address) if client_ip not in ALLOWED_IPS: log(f'Connection from {client_ip} is not allowed.')