Hacker News new | ask | show | jobs
by drexlspivey 913 days ago
Why? Having local IPs on a public DNS is a legitimate use case.
2 comments

As another reply mentioned, to prevent DNS rebinding attacks. The general expectation is you will whitelist domains from which you expect RFC1918 responses.
In fact, some people block domains by routing them to 127.0.0.1 in their host files. I've used private ranges too, in places where loopback might possibly do something funky.