Mercurial > hgrepos > FreeBSD > ports > net > turnserver
diff files/patch-examples_etc_turnserver.conf @ 33:e5d83559f2b5
Recreate patches.
Major refactoring because paths have changed and the style of some source
files has changed.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 17 Mar 2025 11:17:31 +0100 |
| parents | 735b41782ed7 |
| children |
line wrap: on
line diff
--- a/files/patch-examples_etc_turnserver.conf Sun Mar 16 17:05:09 2025 +0100 +++ b/files/patch-examples_etc_turnserver.conf Mon Mar 17 11:17:31 2025 +0100 @@ -1,6 +1,6 @@ ---- examples/etc/turnserver.conf.orig 2021-01-10 19:59:55 UTC +--- examples/etc/turnserver.conf.orig 2024-12-11 18:13:38 UTC +++ examples/etc/turnserver.conf -@@ -334,17 +334,17 @@ +@@ -359,17 +359,19 @@ # 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. @@ -19,6 +19,8 @@ # -#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>" ++ ++# For Redis: use of "unix=" is an alias for "socket=". # The default realm to be used for the users when no explicit # origin/realm relationship is found in the database, or if the TURN
