Skip to content

Commit

Permalink
Add missing port to dns server example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Jul 29, 2023
1 parent 2242880 commit 45e99c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions screego.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 45e99c2

Please sign in to comment.