Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果您不知道,HypeDNS是一个用 Perl 编写的应用程序,可将 .hype 域解析为 Hyperboria 节点。我想知道的是如何解析这些自定义 .hype 域以及如何解析标准域(.com、.net、.org 等)
服务器首先查找存储在 NodeInfo 数据库中的名称,如果找到,则返回地址(如果反转,则返回名称!) 匆忙!如果未找到该域,或者它是对 A 记录 (IPv4) 的请求,则该查询将被转发到 Mikey 的本地名称服务器 ns03.mg2.org 或 ns04.mg2.org。
事实证明,HypeDNS 转发 DNS 请求,这意味着如果它无法解析查询,它将转发给其他服务器,然后返回它们的响应。