mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix]ip6 url
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
4d1c92486e
commit
d6d9dd11fb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ do_pre_regen() {
|
||||||
pending_dir=$1
|
pending_dir=$1
|
||||||
|
|
||||||
declare -a ip_yuno=(ip.yunohost.org 0-ip.yunohost.org)
|
declare -a ip_yuno=(ip.yunohost.org 0-ip.yunohost.org)
|
||||||
declare -a ip_yuno6=(ip.yunohost.org 0-ip6.yunohost.org)
|
declare -a ip_yuno6=(ip6.yunohost.org 0-ip6.yunohost.org)
|
||||||
|
|
||||||
cd /usr/share/yunohost/templates/dnsmasq
|
cd /usr/share/yunohost/templates/dnsmasq
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue