Any linux RDAP client available?

杀马特。学长 韩版系。学妹 提交于 2020-01-17 12:21:20

问题


I was looking I think everywhere and thought that here it may be the quickest.

Where can I get any RDAP client?

Is it actually in use by anybody?


回答1:


You can use rdapper written in Perl:

git clone https://github.com/jodrell/rdapper
cd rdapper
perl Makefile.PL
make
sudo make install
sudo cpan JSON
sudo cpan JSON::Path
sudo cpan MIME::Type
sudo cpan Mozilla::CA
rdapper

But I've not found any domain/IP, that rdapper can procceed. Another app, that I had tried is nicinfo written in Ruby:

git clone https://github.com/arineng/nicinfo
cd nicinfo
bin/nicinfo com



回答2:


RDAP is still a new protocol today, as used by RIRs already, but not very much yet by domain name registries. So things change fast.

Have a look for example at https://www.openrdap.org/

Also this website: https://about.rdap.org/ will give you various useful pointers.

PS: you do not specify your needs for using RDAP not the language you are using




回答3:


3 years passed - could not find any client.

I think the answer is then : NO, no reliable client is available now.



来源:https://stackoverflow.com/questions/29101451/any-linux-rdap-client-available

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!