mirror of
https://github.com/masterking32/MasterHttpRelayVPN.git
synced 2026-05-18 06:34:40 +03:00
Server side.
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
# ==============================================================================
|
||||
AES_ENCRYPTION_KEY = "c4710a45afed2fdc00e0522c70802e71"
|
||||
SERVER_HOST = "127.0.0.1"
|
||||
SERVER_PORT = 28080
|
||||
# ==============================================================================
|
||||
LOG_LEVEL = "INFO"
|
||||
# ==============================================================================
|
||||
MAX_CHUNK_SIZE = 16384
|
||||
MAX_PACKETS_PER_BATCH = 32
|
||||
MAX_BATCH_BYTES = 262144
|
||||
WORKER_COUNT = 4
|
||||
SESSION_IDLE_TIMEOUT_MS = 300000
|
||||
SOCKS_IDLE_TIMEOUT_MS = 120000
|
||||
READ_BODY_LIMIT_BYTES = 2097152
|
||||
# ==============================================================================
|
||||
Reference in New Issue
Block a user