Implement end-to-end SOCKS relay flow with server upstream handling

This commit is contained in:
Amin.MasterkinG
2026-04-20 19:46:01 +03:30
parent 2a0baa80b0
commit 5a52d870e7
8 changed files with 330 additions and 15 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ AES_ENCRYPTION_KEY = "c4710a45afed2fdc00e0522c70802e71"
SERVER_HOST = "127.0.0.1"
SERVER_PORT = 28080
# ==============================================================================
LOG_LEVEL = "INFO"
LOG_LEVEL = "DEBUG"
# ==============================================================================
MAX_CHUNK_SIZE = 16384
MAX_PACKETS_PER_BATCH = 32