Changeset

12350:afe310107302

prosody.cfg.lua.dist: Add comments explaining the individual TURN options
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Mar 2022 16:53:52 +0000
parents 12349:89c638496fe1
children 12351:1418fd275b81
files prosody.cfg.lua.dist
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Wed Mar 02 15:20:21 2022 +0000
+++ b/prosody.cfg.lua.dist	Wed Mar 02 16:53:52 2022 +0000
@@ -173,7 +173,10 @@
 -- specify the details here so clients can discover it.
 -- Find more information at https://prosody.im/doc/turn
 
+-- Specify the address of the TURN service (you may use the same domain as XMPP)
 --turn_external_host = "turn.example.com"
+
+-- This secret must be set to the same value in both Prosody and the TURN server
 --turn_external_secret = "your-secret-turn-access-token"