Subject: Re: pkg/20340: jwhois' config doesn't include .org
To: None <netbsd-bugs@netbsd.org>
From: Wolfgang S. Rupprecht <wolfgang+gnus20030214T100936@wsrcc.com>
List: netbsd-bugs
Date: 02/14/2003 10:14:00
> >How-To-Repeat:
> look up any .org domain
> >Fix:
> upgrade to a later version
I dont' believe a newer version exists, but this should fix the *.org
problem. As a freebee it also fixes the problem with the NET-* tags
that ARIN uses not being found.
[ expect a bit of line-number fuzz, I edited out a wsrcc header -wsr ]
--- /u/pkg/share/examples/jwhois.conf Fri May 10 13:55:59 2002
+++ /u/pkg/etc/jwhois.conf Fri Feb 14 10:07:33 2003
@@ -33,6 +46,11 @@
"^AS[0-9]+$" = "whois.radb.net";
#
+ # catch some more arin stuff -wsr
+ #
+ "^NET-" = "whois.arin.net";
+
+ #
# Redirect IPv6 numbers to the correct host
#
".*:.*" = "whois.6bone.net";
@@ -159,7 +177,7 @@
"\\.nu$" = "whois.nic.nu";
"\\.nz$" = "whois.domainz.net.nz";
"\\.org$" {
- whois-server = "whois.internic.net";
+ whois-server = "whois.publicinterestregistry.net";
query-format = "domain $*";
}
"\\.pe$" = "whois.rcp.net.pe";
--
Wolfgang S. Rupprecht http://www.wsrcc.com/wolfgang/
(NOTE: The email address above is valid. Edit it at your own peril.)