summary refs log tree commit diff
path: root/latest/turn-howto.html
diff options
context:
space:
mode:
authorsquahtx <squahtx@users.noreply.github.com>2022-12-20 18:10:08 +0000
committersquahtx <squahtx@users.noreply.github.com>2022-12-20 18:10:08 +0000
commit39861031eefd62b503e89b49093ceb4825939d6e (patch)
treeb338424c355a5553c6aa7a288eccc5bd107eb84c /latest/turn-howto.html
parentdeploy: eb2defc2f7106bdc49c3c631c3be792a0a1a6578 (diff)
downloadsynapse-39861031eefd62b503e89b49093ceb4825939d6e.tar.xz
deploy: 774e20b57047b9f8700e62e7f4689717f4fa094c
Diffstat (limited to 'latest/turn-howto.html')
-rw-r--r--latest/turn-howto.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/latest/turn-howto.html b/latest/turn-howto.html
index d387a50965..02dc767766 100644
--- a/latest/turn-howto.html
+++ b/latest/turn-howto.html
@@ -177,7 +177,7 @@ However, even with appropriate configuration, NAT is known to cause issues and t
 <pre><code>turn_uris: [ &quot;turn:turn.matrix.org?transport=udp&quot;, &quot;turn:turn.matrix.org?transport=tcp&quot; ]
 turn_shared_secret: &quot;n0t4ctuAllymatr1Xd0TorgSshar3d5ecret4obvIousreAsons&quot;
 turn_user_lifetime: 86400000
-turn_allow_guests: True
+turn_allow_guests: true
 </code></pre>
 <p>After updating the homeserver configuration, you must restart synapse:</p>
 <ul>