Files
曾志威 5db6b9ef68
ci / rust (push) Canceled after 0s
ci / web (push) Canceled after 0s
ci / package-preview (push) Canceled after 0s
ci / package-installer (push) Canceled after 0s
ci / linux-agent (push) Canceled after 0s
ci / edge-service (push) Canceled after 0s
ci / coturn-pop (push) Canceled after 0s
ci / package-windows-host (push) Canceled after 0s
Initial commit
2026-08-14 00:35:42 +08:00

22 lines
647 B
Plaintext

# RemoteDesk coturn POP baseline. Copy to /etc/remotedesk-edge/coturn.conf.
# The REST secret is supplied by the systemd EnvironmentFile, never stored here.
fingerprint
use-auth-secret
realm=turn.example.invalid
listening-port=3478
tls-listening-port=5349
min-port=49160
max-port=49259
no-cli
no-multicast-peers
no-loopback-peers
stale-nonce=600
total-quota=1200
user-quota=12
cert=/etc/remotedesk-edge/tls/turn-fullchain.pem
pkey=/etc/remotedesk-edge/tls/turn-private-key.pem
# Production deployments must set explicit listening-ip, relay-ip and external-ip.
# listening-ip=192.0.2.10
# relay-ip=192.0.2.10
# external-ip=198.51.100.10/192.0.2.10