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.')