# 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