我今天刚才注意到域foo.bar解析为127.0.53.53(http://foo.bar,http://whois.domaintools.com/foo.bar)
在我的情况下,这最终在localhost Apache上,但我想知道为什么注册人不是简单地选择指向127.0.0.1?有什么特别的原因吗?
答案 0 :(得分:46)
127.0.53.53
是ICANN to prevent DNS name collisions with the new gTLDs使用的特殊IP地址。
在您的情况下,2月份.bar
gTLD为delegated。因此127.0.53.53
对于在内部设置中使用.bar的人来说是一个很大的提示,即.bar域名很快将在全球DNS中使用。
如果您仔细查看foo.bar
记录,可以看到更多信息:
$ dig foo.bar A +short
127.0.53.53
$ dig foo.bar TXT +short
"Your DNS configuration needs immediate attention see https://icann.org/namecollision"
$ dig foo.bar MX +short
10 your-dns-needs-immediate-attention.bar.
$ dig foo.bar SRV +short
10 10 0 your-dns-needs-immediate-attention.bar.