turnserver/turnserver.conf

19 lines
450 B
Plaintext
Raw Normal View History

2024-01-15 18:03:49 +01:00
# Coturn TURN SERVER configuration file
#
2024-01-17 16:47:52 +01:00
# nach https://gabrieltanner.org/blog/turn-server/
# Test: https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/
2024-01-15 18:03:49 +01:00
listening-port=3478
2024-01-17 16:44:16 +01:00
#tls-listening-port=5349
2024-01-15 18:03:49 +01:00
listening-ip=0.0.0.0
2024-01-17 16:44:16 +01:00
min-port=10000
max-port=20000
2024-01-15 18:03:49 +01:00
verbose
fingerprint
lt-cred-mech
2024-01-17 16:44:16 +01:00
server-name=turn.server-nb.de
external-ip=85.214.24.67
2024-01-15 18:03:49 +01:00
user=coturn:FEUvmPGR2a27hW
realm=turn.server-nb.de
syslog
2024-01-17 16:33:46 +01:00
pidfile="/var/run/turnserver.pid"