1

如果为正向和反向 DNS 区域分配了不同的名称服务器,反向 DNS 查找会解析/工作吗?

注意:将此视为 Google Cloud DNS 服务的默认行为。

4

2 回答 2

2

是的。正向和反向区域是完全独立的区域,它们之间没有技术联系。唯一的联系是一个中的数据与另一个中的数据具有众所周知的关系。

于 2017-01-18T13:07:39.383 回答
1

感谢 Calle 花时间调查我的查询。但是在下面我终于得到了我的问题的答案-> http://www.dnsstuff.com/reverse-dns-faq

认为值得在这里分享:

非常常见的神话:

* Myth: If you have a reverse DNS entry listed in your DNS server, you have reverse DNS properly set up.
  Fact: This is often not the case. You need TWO things in order to have your DNS set up properly:
      o 1. Your DNS servers (or your ISP's) MUST have the reverse DNS entries set up ("25.2.0.192.in-addr.arpa. PTR host.example.com").
      o 2. AND your ISP or bandwidth provider MUST set up the reverse DNS on their end, so that DNS resolvers around the world will know that your DNS servers are the ones to go to when looking up the reverse DNS for your IP addresses. 
于 2017-01-19T03:15:35.270 回答