mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update Coturn_config_rotate.sh
This commit is contained in:
parent
97ad3b2739
commit
369892e163
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ source /usr/share/yunohost/helpers
|
|||
|
||||
coturn_config_path="/etc/turnserver.conf"
|
||||
|
||||
external_IP_line="external-ip=__IPV4__,__IPV6__"
|
||||
external_IP_line="external-ip=__IPV4__/__IPV6__"
|
||||
|
||||
public_ip4="$(curl ip.yunohost.org)" || true
|
||||
public_ip6="$(curl ipv6.yunohost.org)" || true
|
||||
|
|
Loading…
Add table
Reference in a new issue