mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] uses https
This commit is contained in:
parent
ea179b1683
commit
9a4dbd5d31
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ def _check_domain_is_correctly_configured(domain):
|
|||
|
||||
def _dns_ip_match_public_ip(public_ip, domain):
|
||||
try:
|
||||
result = requests.get("http://dns-api.org/A/" + domain)
|
||||
result = requests.get("https://dns-api.org/A/" + domain)
|
||||
except Exception as exception:
|
||||
import traceback
|
||||
traceback.print_exc(file=sys.stdout)
|
||||
|
|
Loading…
Add table
Reference in a new issue