[enh] Add a small comments to explain the pending suffix list

This commit is contained in:
ljf (zamentur) 2020-04-28 17:01:11 +02:00 committed by GitHub
parent b241c2fa1d
commit 2c7a059f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ from yunohost.utils.network import dig
from yunohost.diagnosis import Diagnoser from yunohost.diagnosis import Diagnoser
from yunohost.domain import domain_list, _build_dns_conf, _get_maindomain 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'] PENDING_SUFFIX_LIST = ['ynh.fr', 'netlib.re']