Hacker News new | ask | show | jobs
Are CLoudflare's DNSs down?
1 points by touart 2937 days ago
Domain resolution doesn't work for 1.1.1.1 and 1.0.0.1 or is it just me?
2 comments

How to check if you're having trouble from your specific location:

-- Windows --

Cloudflare DNS:

  nslookup www.google.com 1.1.1.1
Google DNS:

  nslookup www.google.com 8.8.8.8
-- Linux --

Cloudflare DNS:

  dig @1.1.1.1 www.google.com
Google DNS:

  dig @8.8.8.8 www.google.com