[188169] in North American Network Operators' Group
Re: finding whois servers, was .pro whois registry down?
daemon@ATHENA.MIT.EDU (John R. Levine)
Thu Mar 10 11:15:23 2016
X-Original-To: nanog@nanog.org
Date: 10 Mar 2016 17:11:53 +0100
From: "John R. Levine" <johnl@iecc.com>
To: "Royce Williams" <royce@techsolvency.com>
In-Reply-To: <CA+E3k90uXA4c5LeD5T4ekh-R-YWksgf6yb0saCbe7e7rGv4B=w@mail.gmail.com>
Cc: "nanog@nanog.org list" <nanog@nanog.org>
Errors-To: nanog-bounces@nanog.org
> - a link from that top-level page to the whole list, in regex-aware,
> whois.conf-compatible format
What uses whois.conf? Not the whois on my FreeBSD or Mac.
Or you can just use this shell script:
#!/bin/bash
WHOISHOST=${1##*.}.ws.sp.am
exec whois -h $WHOISHOST $*
R's,
John