From 735053ad14ef67abd3bd7c280e981fe0608943c5 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 8 Mar 2016 15:38:06 +0100 Subject: [PATCH] [fix] ip.yunohost.org is https now --- data/hooks/conf_regen/43-dnsmasq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/hooks/conf_regen/43-dnsmasq b/data/hooks/conf_regen/43-dnsmasq index 3b7573f6e..27aecb5dd 100644 --- a/data/hooks/conf_regen/43-dnsmasq +++ b/data/hooks/conf_regen/43-dnsmasq @@ -16,7 +16,7 @@ function safe_copy () { cd /usr/share/yunohost/templates/dnsmasq # Get IP address -ip=$(curl ip.yunohost.org 2>/dev/null || echo '0.0.0.0') +ip=$(curl https://ip.yunohost.org 2>/dev/null || echo '0.0.0.0') # Get IPv6 IP address ipv6=$(ip route get 2000:: | grep -q "unreachable" && echo '' \