Add missing port to dns server example

This commit is contained in:
Jannis Mattheis
2023-07-29 19:24:09 +02:00
parent 2242880dc2
commit 45e99c25d6
+2 -2
View File
@@ -9,7 +9,7 @@
# If the server doesn't have a static ip, the ip can be obtained via a domain:
# SCREEGO_EXTERNAL_IP=dns:app.screego.net
# You can also specify the dns server to use
# SCREEGO_EXTERNAL_IP=dns:app.screego.net@9.9.9.9
# SCREEGO_EXTERNAL_IP=dns:app.screego.net@9.9.9.9:53
SCREEGO_EXTERNAL_IP=
# A secret which should be unique. Is used for cookie authentication.
@@ -51,7 +51,7 @@ SCREEGO_TURN_PORT_RANGE=
# If the turn server doesn't have a static ip, the ip can be obtained via a domain:
# SCREEGO_TURN_EXTERNAL_IP=dns:turn.screego.net
# You can also specify the dns server to use
# SCREEGO_TURN_EXTERNAL_IP=dns:turn.screego.net@9.9.9.9
# SCREEGO_TURN_EXTERNAL_IP=dns:turn.screego.net@9.9.9.9:53
SCREEGO_TURN_EXTERNAL_IP=
# The port the external TURN server listens on.