checker: Precise DS error msg
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
55b1af83f0
commit
26ad05fd9e
@ -336,7 +336,7 @@ func check_dnssec(domain, ip string) (err error) {
|
||||
|
||||
if !found {
|
||||
if err == nil {
|
||||
return fmt.Errorf("Unable to find a valid DS record in parent zone.")
|
||||
return fmt.Errorf("Unable to find a valid DS record in parent zone (if you use your own domain (ie. not given by maatma), this can be due to a previously cached response, you should wait).")
|
||||
} else {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user