services: matrix turn fix
This commit is contained in:
parent
5bcdd956f9
commit
a51f976db7
@ -4,6 +4,7 @@
|
||||
enable = true;
|
||||
no-cli = true;
|
||||
no-tcp-relay = true;
|
||||
no-tls = true;
|
||||
min-port = 49000;
|
||||
max-port = 50000;
|
||||
use-auth-secret = true;
|
||||
@ -64,7 +65,6 @@
|
||||
# configure synapse to point users to coturn
|
||||
services.matrix-synapse.settings = with config.services.coturn; {
|
||||
turn_uris = ["turn:${realm}:3478?transport=udp" "turn:${realm}:3478?transport=tcp"];
|
||||
turn_shared_secret = static-auth-secret;
|
||||
};
|
||||
|
||||
age.secrets."services/coturn/static-auth" = {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user