encoraco.com shows no dns server

107 views
Skip to first unread message

Mark Mannix

unread,
Mar 16, 2023, 2:12:40 PM3/16/23
to public-dns-discuss
We recently moved the encoraco.com from google domains to godaddy and updated the dns servers.  Google shows that none exist while many others show the update

Doing a lookup and dns.google shows this

{
"Status": 2 /* SERVFAIL */,
"TC": false,
"RD": true,
"RA": true,
"AD": false,
"CD": false,
"Question": [
{
"name": "encoraco.com.",
"type": 1 /* A */
}
],
"Comment": "DNSSEC validation failure. Check http://dnsviz.net/d/encoraco.com/dnssec/ and http://dnssec-debugger.verisignlabs.com/encoraco.com for errors"
} any help would be apprceciated.

Viktor Dukhovni

unread,
Mar 24, 2023, 2:57:24 PM3/24/23
to public-dns-discuss
The domain appears to resolve fine, for example:
```
{
  "Status": 0 /* NOERROR */,

  "TC": false,
  "RD": true,
  "RA": true,
  "AD": false,
  "CD": false,
  "Question": [
    {
      "name": "encoraco.com.",
      "type": 2 /* NS */
    }
  ],
  "Answer": [
    {
      "name": "encoraco.com.",
      "type": 2 /* NS */,
      "TTL": 21600,
      "data": "hank.ns.cloudflare.com."
    },
    {
      "name": "encoraco.com.",
      "type": 2 /* NS */,
      "TTL": 21600,
      "data": "wally.ns.cloudflare.com."
    }
  ],
  "Comment": "Response from 108.162.193.116."
}
```

Reply all
Reply to author
Forward
0 new messages