Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-07-27 09:29:40 +02:00
parent 427365b1f2
commit 428ccae187

View File

@@ -46,7 +46,7 @@ func (c *Client) CheckCNAME(ctx context.Context, hostname, expectedTarget string
cancel()
if err != nil {
return err
return fmt.Errorf("cannot query cname for domain %q: %w", trimRootDot(current), err)
}
edges, err := cnameEdges(resp)