Add TURN port range

See #27
This commit is contained in:
Jannis Mattheis
2020-10-13 18:37:12 +02:00
parent 8892186440
commit 798edebdc9
5 changed files with 90 additions and 21 deletions

View File

@@ -21,6 +21,12 @@ SCREEGO_SERVER_ADDRESS=0.0.0.0:5050
# The address the TURN server will listen on.
SCREEGO_TURN_ADDRESS=0.0.0.0:3478
# Limit the ports that TURN will use for data relaying.
# Format: min:max
# Example:
# 50000:55000
SCREEGO_TURN_PORT_RANGE=
# If reverse proxy headers should be trusted.
# Screego uses ip whitelisting for authentication
# of TURN connections. When behind a proxy the ip is always the proxy server.