relay_server_rs/config.toml
2026-07-03 11:29:00 +08:00

15 lines
346 B
TOML

listen = "0.0.0.0:1443"
idle_timeout_ms = 60000
connect_timeout_ms = 5000
max_connections = 1024
[[users]]
username = "admin"
password = "v7@Qm!2z#R8$pL4^xT?K"
[tls]
# Leave both paths unset for a generated development certificate.
self_signed = true
cert_path = "/usr/local/code/certs/server.crt"
key_path = "/usr/local/code/certs/server.key"