NolaCon 2017 GBC04 EDNS Client Subnet ECS DNS CDN Magic or Secur Jim Nitterauer
archive.is not resolving under 1.1.1.1 Cloudflare DNS resolver
Resolving Google using two different IP address will provide two different results.
-
dig +short @8.8.8.8 google.com +subnet=120.5.5.6
-
dig +short @8.8.8.8 google.com +subnet=121.5.5.5
Use the following to see what subnet eDNS is passing as a result (generally a /24)
-
dig +nocmd @dns.google. -t txt o-o.myaddr.l.google.com +nocomments +noall +answer +stats
-
dig +nocmd @resolver1.opendns.com -t txt o-o.myaddr.l.google.com +nocomments +noall +answer +stats
-
dig +nocmd @one.one.one.one -t txt o-o.myaddr.l.google.com +nocomments +noall +answer +stats
Thanks for posting this, just spent like 30 minutes setting up my own nameserver to test this when I could've used these commands lol