mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
12 lines
326 B
TOML
12 lines
326 B
TOML
enable_relay = true
|
|
http_bind_addr = "[::]:3340"
|
|
|
|
# Disable built-in STUN server in iroh-relay 0.35
|
|
# as we deploy our own TURN server instead.
|
|
# STUN server is going to be removed in iroh-relay 1.0
|
|
# and this line can be removed after upgrade.
|
|
enable_stun = false
|
|
|
|
enable_metrics = false
|
|
metrics_bind_addr = "127.0.0.1:9092"
|