Moving neo to the new coturn servers

coturn
Lyes Saadi 2026-08-02 19:39:16 +02:00
parent 7c9e41b5eb
commit cc82f357d9
No known key found for this signature in database
GPG Key ID: 55A1D803917CF39A
1 changed files with 3 additions and 2 deletions

View File

@ -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";