Mercurial > hgrepos > FreeBSD > ports > net > turnserver
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 32:ede848cde37b | 33:e5d83559f2b5 |
|---|---|
| 1 --- examples/etc/turnserver.conf.orig 2021-01-10 19:59:55 UTC | 1 --- examples/etc/turnserver.conf.orig 2024-12-11 18:13:38 UTC |
| 2 +++ examples/etc/turnserver.conf | 2 +++ examples/etc/turnserver.conf |
| 3 @@ -334,17 +334,17 @@ | 3 @@ -359,17 +359,19 @@ |
| 4 # as the user database. | 4 # as the user database. |
| 5 # This database can be used for long-term credential mechanism | 5 # This database can be used for long-term credential mechanism |
| 6 # and it can store the secret value for secret-based timed authentication in TURN REST API. | 6 # and it can store the secret value for secret-based timed authentication in TURN REST API. |
| 7 -# Use the string format below (space separated parameters, all optional): | 7 -# Use the string format below (space separated parameters, all optional): |
| 8 +# Use the string format below (space separated parameters, all optional, "socket" has higher prio then "ip"): | 8 +# Use the string format below (space separated parameters, all optional, "socket" has higher prio then "ip"): |
| 17 -# Use the string format below (space separated parameters, all optional): | 17 -# Use the string format below (space separated parameters, all optional): |
| 18 +# Use the string format below (space separated parameters, all optional, "socket" has higher prio than "ip"): | 18 +# Use the string format below (space separated parameters, all optional, "socket" has higher prio than "ip"): |
| 19 # | 19 # |
| 20 -#redis-statsdb="ip=<ip-address> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" | 20 -#redis-statsdb="ip=<ip-address> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" |
| 21 +#redis-statsdb="ip=<ip-address> socket=<unix-domain-socket-path> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" | 21 +#redis-statsdb="ip=<ip-address> socket=<unix-domain-socket-path> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" |
| 22 + | |
| 23 +# For Redis: use of "unix=" is an alias for "socket=". | |
| 22 | 24 |
| 23 # The default realm to be used for the users when no explicit | 25 # The default realm to be used for the users when no explicit |
| 24 # origin/realm relationship is found in the database, or if the TURN | 26 # origin/realm relationship is found in the database, or if the TURN |
