diagnosis: Zblerg, .dev is actually an actual TLD

This commit is contained in:
Alexandre Aubin 2021-08-12 20:16:35 +02:00
parent 7f3eeafbed
commit e493b89d6a

View file

@ -13,7 +13,8 @@ from yunohost.diagnosis import Diagnoser
from yunohost.domain import domain_list, _build_dns_conf, _get_maindomain
YNH_DYNDNS_DOMAINS = ["nohost.me", "noho.st", "ynh.fr"]
SPECIAL_USE_TLDS = ["local", "localhost", "onion", "dev", "test"]
SPECIAL_USE_TLDS = ["local", "localhost", "onion", "test"]
class DNSRecordsDiagnoser(Diagnoser):