From 4fd7a69d684c1b0936abc62485ecd7d2670ad1e9 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 8 Mar 2016 18:59:09 +0100 Subject: [PATCH] [fix] use ip6.yunohost.org instead of ipv6.yunohost.org (less connectivity issues) --- src/yunohost/domain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/yunohost/domain.py b/src/yunohost/domain.py index d63b23414..c078013c1 100644 --- a/src/yunohost/domain.py +++ b/src/yunohost/domain.py @@ -295,8 +295,8 @@ def get_public_ip(protocol=4): if protocol == 4: url = 'https://ip.yunohost.org' elif protocol == 6: - # FIXME: Let's Encrypt does not support IPv6 host only yet - url = 'http://ipv6.yunohost.org' + # FIXME: Let's Encrypt does not support IPv6-only hosts yet + url = 'http://ip6.yunohost.org' else: raise ValueError("invalid protocol version") try: