Google DNS(8.8.8.8) fail to resolve .xyz domain

1 points by safwan ↗ HN
nslookup nic.xyz 8.8.8.8

   Server:  8.8.8.8

   Address: 8.8.8.8#53

   ** server can't find nic.xyz: SERVFAIL

https://dns.google.com/query?name=nic.xyz

3 comments

[ 3.0 ms ] story [ 18.0 ms ] thread
Works here. Works on your dns.google.com URL too.

   $ nslookup nic.xyz 8.8.8.8
   Server:  8.8.8.8
   Address: 8.8.8.8#53

   Non-authoritative answer:
   Name: nic.xyz
   Address: 54.183.18.58
   Name: nic.xyz
   Address: 54.183.101.119
Weired! Seems like a geographical outage since 5-6 hours! No way to communicate google! https://imgur.com/a/osorSu0
for me the site fails a bit with you url. it doesnt display anything at all, but if you do a direct on the site api then i get this: {"Status": 0,"TC": false,"RD": true,"RA": true,"AD": false,"CD": false,"Question":[ {"name": "nic.xyz.","type": 1}],"Answer":[ {"name": "nic.xyz.","type": 1,"TTL": 3569,"data": "54.183.18.58"},{"name": "nic.xyz.","type": 1,"TTL": 3569,"data": "54.183.101.119"}]}

(https://dns.google/resolve?name=nic.xyz&type=A)