给定 TLD 的 WHOIS?

发布于 2024-11-11 16:18:40 字数 168 浏览 1 评论 0原文

如何以编程方式确定给定 TLD 的 WHOIS 服务器?

对于名称服务器,我只需查询 a.root-servers.net

WHOIS 是否有等效的过程?

我知道“host -t ns xxx”。生成 TLD 的 DNS:可以使用 WHOIS 服务器是从该结果得出的吗?

How do I programatically determine the WHOIS server for a given TLD?

For name servers, I just query a.root-servers.net

Is there an equivalent procedure for WHOIS?

I know "host -t ns xxx." yields the DNS for a TLD: can the WHOIS
server be derived from that result?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情仇皆在手 2024-11-18 16:18:40

它位于 SRV 记录 _nicname._tcp.tld 中 -

例如;

# dig +short SRV _nicname._tcp.no
0 0 43 whois.norid.no.

更多信息请参阅 whois 的维基百科文章

这至少适用于某些顶级域名 - 但不适用于 .com。

tld.whois-servers.net 是一个常用的别名,应指向有效的 whois 服务器。例如 com.whois-servers.net

It's in the SRV-record _nicname._tcp.tld -

For example;

# dig +short SRV _nicname._tcp.no
0 0 43 whois.norid.no.

More information can be found in the Wikipedia-article of whois.

That works for some tld's at least - but not .com.

tld.whois-servers.net is a commonly used alias that should point to a valid whois-server. For example com.whois-servers.net

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文