feat: add safe traffic shaping and TLS hardening

This commit is contained in:
cyber-debug
2026-05-16 01:17:07 +03:00
parent b0aee57aa5
commit b7a7e40899
28 changed files with 662 additions and 118 deletions

View File

@@ -32,6 +32,12 @@ liveness:
# lifecycle:
# max_session_duration: 6h
# Optional reliability shaping for encrypted wire messages.
# traffic:
# max_payload_size: 4096
# min_delay: 5ms
# max_delay: 30ms
# Outbound SOCKS5 proxy for server-side egress (optional)
socks:
proxy_addr: "" # e.g. "127.0.0.1"