feat: add control stream liveness

This commit is contained in:
cyber-debug
2026-05-16 00:25:24 +03:00
parent a86f5c6948
commit b0fc3bd0f1
18 changed files with 1012 additions and 89 deletions

View File

@@ -23,6 +23,11 @@ net:
transport: datachannel # datachannel | videochannel | seichannel | vp8channel
dns: "8.8.8.8:53"
liveness:
interval: 10s
timeout: 5s
failures: 3
# Outbound SOCKS5 proxy for server-side egress (optional)
socks:
proxy_addr: "" # e.g. "127.0.0.1"