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:
commit
6719b6f600
3 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -18,7 +18,8 @@ Si vous n’avez 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 l’admin : <https://github.com/coturn/coturn/wiki>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue