• Linux RDAP?

    From Leroy H@lh@somewhere.net to comp.os.linux.misc on Sun May 3 16:12:01 2026
    From Newsgroup: comp.os.linux.misc

    I tried the whois command on my ".info" domain but it failed. Supposedly, whois is being phased out and replaced by RDAP.

    Is there a Linux client for RDAP? I found "openrdap" but it depends
    on the Go language.

    Are there others?

    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Richard Kettlewell@invalid@invalid.invalid to comp.os.linux.misc on Sun May 3 17:39:34 2026
    From Newsgroup: comp.os.linux.misc

    Leroy H <lh@somewhere.net> writes:
    I tried the whois command on my ".info" domain but it failed.
    Supposedly, whois is being phased out and replaced by RDAP.

    Is there a Linux client for RDAP? I found "openrdap" but it depends
    on the Go language.

    That needn’t be an obstacle, Go is easy to install.

    Are there others?

    https://github.com/icann/icann-rdap includes a command-line tool.
    --
    https://www.greenend.org.uk/rjk/
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Lawrence =?iso-8859-13?q?D=FFOliveiro?=@ldo@nz.invalid to comp.os.linux.misc on Sun May 3 22:00:44 2026
    From Newsgroup: comp.os.linux.misc

    On Sun, 03 May 2026 16:12:01 +0000, Leroy H wrote:

    Is there a Linux client for RDAP? I found "openrdap" but it depends
    on the Go language.

    If there’s a prebuilt package available, why should that matter?

    Are there others?

    <https://packages.debian.org/trixie/rdap> <https://packages.debian.org/sid/icann-rdap-cli> (I think Unstable
    only, for now)
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Joe Makowiec@makowiec@invalid.invalid to comp.os.linux.misc on Mon May 4 23:53:29 2026
    From Newsgroup: comp.os.linux.misc

    On 03 May 2026 in comp.os.linux.misc, Leroy H wrote:

    Is there a Linux client for RDAP? I found "openrdap" but it depends
    on the Go language.

    Are there others?

    You don't mention what distro you're on. As Lawrence D'Olivero
    mentions, using a prebuilt package is probably your best bet. On
    Fedora, there's perl-rdapper. Needs Perl; you probably have it
    installed anyway.
    --
    Joe Makowiec
    https://makowiec.org/
    Email: https://makowiec.org/contact/?Joe
    Usenet Improvement Project: https://web.archive.org/web/20070914150106/http://improve-usenet.org/
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From John Bokma@contact@johnbokma.com to comp.os.linux.misc on Tue May 5 18:03:54 2026
    From Newsgroup: comp.os.linux.misc

    On 03/05/2026 18:12, Leroy H wrote:
    I tried the whois command on my ".info" domain but it failed. Supposedly, whois is being phased out and replaced by RDAP.

    Is there a Linux client for RDAP? I found "openrdap" but it depends
    on the Go language.

    Are there others?

    FWIW and you probably already know about this, but there is an online
    tool: <https://client.rdap.org/>
    --
    Static tumblelog generator: https://github.com/john-bokma/tumblelog/
    Available as Python or Perl. Example tumblelog: https://plurrrr.com/
    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From Diego Garcia@dg@chaos.rocks to comp.os.linux.misc on Tue May 5 16:58:03 2026
    From Newsgroup: comp.os.linux.misc

    On Tue, 5 May 2026 18:03:54 +0200, John Bokma wrote:


    FWIW and you probably already know about this, but there is an online
    tool: <https://client.rdap.org/>


    It seems that an rdap client is not necessary. Curl will be sufficient:

    curl -Ls https://rdap.org/domain/example.com

    <https://about.rdap.org/>

    But the output is in JSON format and has to be filtered through "jq."

    I also wonder why GNU is not/has not developed a rdap client.


    --- Synchronet 3.22a-Linux NewsLink 1.2
  • From John Bokma@contact@johnbokma.com to comp.os.linux.misc on Tue May 5 19:00:40 2026
    From Newsgroup: comp.os.linux.misc

    On 05/05/2026 18:58, Diego Garcia wrote:
    On Tue, 5 May 2026 18:03:54 +0200, John Bokma wrote:


    FWIW and you probably already know about this, but there is an online
    tool: <https://client.rdap.org/>


    It seems that an rdap client is not necessary. Curl will be sufficient:

    curl -Ls https://rdap.org/domain/example.com

    <https://about.rdap.org/>

    But the output is in JSON format and has to be filtered through "jq."

    I also wonder why GNU is not/has not developed a rdap client.

    Thanks! I was looking if there was a JSON version but couldn't find it mentioned on the page.
    --
    Static tumblelog generator: https://github.com/john-bokma/tumblelog/
    Available as Python or Perl. Example tumblelog: https://plurrrr.com/
    --- Synchronet 3.22a-Linux NewsLink 1.2