summaryrefslogtreecommitdiff
path: root/TURN.md
diff options
context:
space:
mode:
authorTorsten Flammiger <git@netfg.net>2022-02-04 21:11:50 +0100
committerTorsten Flammiger <git@netfg.net>2022-02-04 21:11:50 +0100
commitf110b5710a182192231d5ae40f8374bb5dda332f (patch)
tree3da07b8a9ffe1a77486b80319c817fbbac650402 /TURN.md
parent1cc0b5565068b615fe9b9c20d253e54e47bffd35 (diff)
downloadconduit-f110b5710a182192231d5ae40f8374bb5dda332f.zip
Move appservice howto into whats-next; again, rename placeholder TURN url
Diffstat (limited to 'TURN.md')
-rw-r--r--TURN.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TURN.md b/TURN.md
index ed96295..63c1e99 100644
--- a/TURN.md
+++ b/TURN.md
@@ -8,8 +8,8 @@
```
# Refer to your Coturn settings.
-# `server.name` has to match the REALM setting of your Coturn as well as `transport`.
-turn_uris = ["turn:server.name?transport=udp", "turn:server.name?transport=tcp"]
+# `your.turn.url` has to match the REALM setting of your Coturn as well as `transport`.
+turn_uris = ["turn:your.turn.url?transport=udp", "turn:your.turn.url?transport=tcp"]
# static-auth-secret of your turnserver
turn_secret = "ADD SECRET HERE"