general typos fix

This commit is contained in:
Rostislav Tolushkin
2026-03-15 15:29:19 +03:00
parent 7574357db9
commit b6cb5aa76f
2 changed files with 9 additions and 7 deletions

View File

@@ -821,8 +821,8 @@ async def _handle_client(reader, writer):
if ':' in dst:
log.error(
"[%s] IPv6 address detected: %s:%d"
"IPv6 doesn't supported "
"Disable IPv6 to continue using the proxy.",
"IPv6 addresses are not supported; "
"disable IPv6 to continue using the proxy.",
label, dst, port)
writer.write(_socks5_reply(0x05))
await writer.drain()