checker: Precise DS error msg
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2022-03-10 19:48:45 +01:00
parent 55b1af83f0
commit 26ad05fd9e
1 changed files with 1 additions and 1 deletions

View File

@ -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
}