blob: 9bd56b5b2eda9a0594cccb5dc7f33f3830c168c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
fix from upstream cvs
http://bugs.gentoo.org/159776
--- jwhois-3.2.3/example/jwhois.conf
+++ jwhois-3.2.3/example/jwhois.conf
@@ -180,7 +180,10 @@
"\\.cx$" = "whois.nic.cx";
"\\.cy$" = "whois.ripe.net";
"\\.cz$" = "whois.nic.cz";
- "\\.de$" = "www.denic.de";
+ "\\.de$" {
+ whois-server = "whois.denic.de";
+ query-format = "-C UTF-8 -T dn,ace $*";
+ }
"\\.dk$" = "whois.dk-hostmaster.dk";
"\\.do$" = "whois.nic.do";
"\\.dz$" = "whois.ripe.net";
|