mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge branch 'enh-check-whois' of https://github.com/YunoHost/yunohost into enh-check-whois
This commit is contained in:
commit
9cf0e6ed6c
1 changed files with 2 additions and 0 deletions
|
@ -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']
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue