mirror of https://gitlab.crans.org/nounous/nixos
Moving neo to the new coturn servers
parent
7c9e41b5eb
commit
cc82f357d9
|
|
@ -127,8 +127,9 @@ in
|
|||
];
|
||||
|
||||
turn_uris = [
|
||||
"turn:${config.services.coturn.realm}:3478?transport=udp"
|
||||
"turn:${config.services.coturn.realm}:3478?transport=tcp"
|
||||
"turn:${turn_server}:3478?transport=udp"
|
||||
"turn:${turn_server}:3478?transport=tcp"
|
||||
"turn:${turn_server}:5349?transport=tls"
|
||||
];
|
||||
turn_shared_secret = config.age.secrets.coturn_auth_secret.path;
|
||||
turn_user_lifetime = "1h";
|
||||
|
|
|
|||
Loading…
Reference in New Issue