mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Add a small comments to explain the pending suffix list
This commit is contained in:
parent
b241c2fa1d
commit
2c7a059f19
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.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']
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue