Are CLoudflare's DNSs down?

1 points by touart ↗ HN
Domain resolution doesn't work for 1.1.1.1 and 1.0.0.1 or is it just me?

3 comments

[ 5.9 ms ] story [ 27.9 ms ] thread
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