1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coturn_ynh.git synced 2024-09-03 18:16:32 +02:00

Merge branch 'testing' into version-2

This commit is contained in:
ericgaspar 2023-03-26 09:12:42 +02:00
commit 6719b6f600
3 changed files with 5 additions and 3 deletions

View file

@ -18,7 +18,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too.
**Shipped version:** 4.5.2.3~ynh1
**Shipped version:** 4.5.2.3~ynh2
## Documentation and resources
* Official admin documentation: <https://github.com/coturn/coturn/wiki>

View file

@ -18,7 +18,8 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too.
**Version incluse :** 4.5.2.3~ynh1
**Version incluse :** 4.5.2.3~ynh2
## Documentations et ressources
* Documentation officielle de ladmin : <https://github.com/coturn/coturn/wiki>

View file

@ -1,2 +1,2 @@
# Check if the IP as not changed at every 15th minute
*/15 * * * * root bash /__DATA_DIR__/Coturn_config_rotate.sh;
*/15 * * * * root bash __DATA_PATH__/Coturn_config_rotate.sh >/dev/null 2>&1