ubuntu whois-redirect不适用于jwhois

时间:2017-08-23 14:46:28

标签: ubuntu whois

我在ubuntu 16.04使用以下查询进行whois查找 let pattern = /\w+/g, string = "mahan mahan mahan yes yes no", matchedWords = string.match(pattern); let hash = new Map(), result = []; matchedWords.forEach( word => { if(hash.has(word)){ hash.get(word).size++; }else{ var tmp = { text: word, size: 1}; hash.set(word,tmp); result.push(tmp); } });

输出

jwhois 99webtools.com

jwhois不查询注册商WHOIS服务器 whois.PublicDomainRegistry.com ,因此whois输出缺少其他信息,如联系人详细信息。

1 个答案:

答案 0 :(得分:0)

在您进行查询时,事情已经发生了变化,关于注册表whois输出,这打破了多个whois客户端,并且由于.COM / .NET当时仍然是一个瘦注册表。现在重试,并更新您的whois客户端,您现在应该看到所有数据。