diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-12-07 11:34:21 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-12-07 11:34:21 +0000 |
commit | 3a67f11e2bcad72503c33da49d2849e72f11e63a (patch) | |
tree | 1350baec25e515cd2ce5bc513ef449857f1da1de /develop/print.html | |
parent | deploy: 66d47b44cd70ea597cb11250c40a2339af135c1f (diff) | |
download | synapse-3a67f11e2bcad72503c33da49d2849e72f11e63a.tar.xz |
deploy: 9a9568168acbe90582f40e7cea994cdf55b78753
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index 4eeca2a9f5..dc62b90d39 100644 --- a/develop/print.html +++ b/develop/print.html @@ -1187,7 +1187,7 @@ However, even with appropriate configuration, NAT is known to cause issues and t <pre><code>turn_uris: [ "turn:turn.matrix.org?transport=udp", "turn:turn.matrix.org?transport=tcp" ] turn_shared_secret: "n0t4ctuAllymatr1Xd0TorgSshar3d5ecret4obvIousreAsons" 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> |