mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
diagnosis: typo / don't run dnsrecords tests for special tlds
This commit is contained in:
parent
82c6760303
commit
2687121f6d
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class DNSRecordsDiagnoser(Diagnoser):
|
|||
status="INFO",
|
||||
summary="diagnosis_dns_specialusedomain",
|
||||
)
|
||||
return
|
||||
|
||||
base_dns_zone = _get_dns_zone_for_domain(domain)
|
||||
basename = domain.replace(base_dns_zone, "").rstrip(".") or "@"
|
||||
|
|
Loading…
Add table
Reference in a new issue