Mercurial > hgrepos > FreeBSD > ports > net > turnserver
diff files/patch-examples_etc_turnserver.conf @ 21:735b41782ed7
Update patches to 4.5.2
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 01 Sep 2021 21:56:11 +0200 |
| parents | 4a6383e57d12 |
| children | e5d83559f2b5 |
line wrap: on
line diff
--- a/files/patch-examples_etc_turnserver.conf Wed Sep 01 20:52:51 2021 +0200 +++ b/files/patch-examples_etc_turnserver.conf Wed Sep 01 21:56:11 2021 +0200 @@ -1,9 +1,9 @@ ---- examples/etc/turnserver.conf.orig +--- examples/etc/turnserver.conf.orig 2021-01-10 19:59:55 UTC +++ examples/etc/turnserver.conf -@@ -322,17 +322,17 @@ +@@ -334,17 +334,17 @@ # as the user database. # This database can be used for long-term credential mechanism - # and it can store the secret value for secret-based timed authentication in TURN REST API. + # and it can store the secret value for secret-based timed authentication in TURN REST API. -# Use the string format below (space separated parameters, all optional): +# Use the string format below (space separated parameters, all optional, "socket" has higher prio then "ip"): # @@ -13,12 +13,12 @@ # Redis status and statistics database connection string, if used (default - empty, no Redis stats DB used). # This database keeps allocations status information, and it can be also used for publishing # and delivering traffic and allocation event notifications. - # The connection string has the same parameters as redis-userdb connection string. + # The connection string has the same parameters as redis-userdb connection string. -# Use the string format below (space separated parameters, all optional): +# Use the string format below (space separated parameters, all optional, "socket" has higher prio than "ip"): # -#redis-statsdb="ip=<ip-address> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" +#redis-statsdb="ip=<ip-address> socket=<unix-domain-socket-path> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" - # The default realm to be used for the users when no explicit + # The default realm to be used for the users when no explicit # origin/realm relationship is found in the database, or if the TURN
