Merge branch 'enh-check-whois' of https://github.com/YunoHost/yunohost into enh-check-whois

This commit is contained in:
ljf 2020-04-29 00:24:07 +02:00
commit 9cf0e6ed6c

View file

@ -14,6 +14,8 @@ from yunohost.utils.network import dig
from yunohost.diagnosis import Diagnoser
from yunohost.domain import domain_list, _build_dns_conf, _get_maindomain
# We put here domains we know has dyndns provider, but that are not yet
# registered in the public suffix list
PENDING_SUFFIX_LIST = ['ynh.fr', 'netlib.re']