Hmm, the RDAP-ification of the domain world is kinda crap, the default "whois" command that ships on ubuntu (and friends) doesnt do RDAP, and it seems that some ccTLD's have shut down their whois "port 43" servers without actually doing RDAP, one example being .co (Columbia) I guess this basically gives you casual domain privacy for all .co domains???
[15:17:34] ben@ossa:~$ whois example.co
getaddrinfo(whois.nic.co): Name or service not known
bortzmeyer@mastodon...
replied 13 Oct 2025 13:21 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/ZY4g21KFxDmM1RsbXC
@benjojo Your whois client is outdated (finding the server is an issue that RDAP solves nicely…) The real whois server, as mentioned in the reference database (at IANA) is whois.registry.co, which works.
benjojo
replied 13 Oct 2025 13:22 +0000
in reply to: https://mastodon.gougere.fr/users/bortzmeyer/statuses/115367064694138242
@bortzmeyer Right but .co does not seem to have RDAP, my whois client is whatever ships with Ubuntu 24.04
[15:22:26] ben@ossa:~$ whois --version
Version 5.5.22.
Report bugs to <md+whois@linux.it>.
bortzmeyer@mastodon...
replied 13 Oct 2025 13:27 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/nncb2jx4rqw8cH41n2
@benjojo whois has no standard way of finding the right server. Clients rely on various heuristics. If you don't want Ubuntu to upgrade whois, add "\.co$ whois.registry.co" in /etc/whois.conf. Or ask .co to enable RDAP.
benjojo
replied 13 Oct 2025 13:29 +0000
in reply to: https://mastodon.gougere.fr/users/bortzmeyer/statuses/115367086253977100
alas, my soft power in the BGP world does not translate over to the DNS one :)
Or ask .co to enable RDAP.
rfc1036@hostux.socia..
replied 14 Oct 2025 21:42 +0000
in reply to: https://benjojo.co.uk/u/benjojo/h/ZY4g21KFxDmM1RsbXC
@benjojo Fixed two days ago: https://salsa.debian.org/md/whois/-/commit/71c87b5e30fdb57109bae753f31a3b41928908f3 . Maybe somebody who cares about Ubuntu can make backports. I have still not decided if it is a good idea to implement RDAP here since I am not eager to do JSON processing in C.
alarig@hostux.social
replied 14 Oct 2025 22:01 +0000
in reply to: https://hostux.social/users/rfc1036/statuses/115374697741438364
benjojo
replied 15 Oct 2025 10:01 +0000
in reply to: https://hostux.social/users/alarig/statuses/115374769304459439
@alarig @rfc1036 oh my god yes, Insane format, bgp.tools's parser is unending misery that rapidly just descends into "vibe parsing" in the random hope it hits the right thing. I have no idea who they designed the RDAP format for, but makes zero sense if you have a actual parser that needs static structures to unpack something into