mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] use ip6.yunohost.org instead of ipv6.yunohost.org (less connectivity issues)
This commit is contained in:
parent
f1d5c1fe92
commit
4fd7a69d68
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue