mirror of
https://github.com/rfc1036/whois.git
synced 2026-01-03 06:15:17 +00:00
Update the .dk TLD server
Same server, different domain.
This commit is contained in:
parent
a0351beb75
commit
2b45a9e386
@ -5,7 +5,7 @@
|
||||
-afrinic whois.afrinic.net
|
||||
-ap whois.apnic.net
|
||||
-cznic whois.nic.cz
|
||||
-dk whois.dk-hostmaster.dk
|
||||
-dk whois.punktum.dk
|
||||
-il whois.isoc.org.il
|
||||
-is whois.isnic.is
|
||||
-kg whois.kg
|
||||
|
||||
@ -25,6 +25,7 @@ whois.nic.cz utf-8
|
||||
whois.denic.de utf-8
|
||||
whois.enum.denic.de utf-8
|
||||
whois.dk-hostmaster.dk utf-8 --charset=utf-8
|
||||
whois.punktum.dk utf-8 --charset=utf-8
|
||||
whois.tld.ee utf-8
|
||||
whois.eu utf-8
|
||||
whois.fi iso-8859-1
|
||||
|
||||
@ -134,7 +134,7 @@
|
||||
.cz whois.nic.cz
|
||||
.de whois.denic.de
|
||||
.dj NONE # http://www.dj/
|
||||
.dk whois.dk-hostmaster.dk
|
||||
.dk whois.punktum.dk
|
||||
.dm whois.dmdomains.dm
|
||||
.do whois.nic.do
|
||||
.dz whois.nic.dz
|
||||
|
||||
4
whois.c
4
whois.c
@ -688,7 +688,9 @@ char *queryformat(const char *server, const char *flags, const char *query)
|
||||
else if (strchr(query, ' ') || *flags) { }
|
||||
else if (streq(server, "whois.denic.de") && in_domain(query, "de"))
|
||||
strcat(buf, "-T dn" DENIC_PARAM_ACE DENIC_PARAM_CHARSET " ");
|
||||
else if (streq(server, "whois.dk-hostmaster.dk") && in_domain(query, "dk"))
|
||||
else if ((streq(server, "whois.punktum.dk") ||
|
||||
streq(server, "whois.dk-hostmaster.dk"))
|
||||
&& in_domain(query, "dk"))
|
||||
strcat(buf, "--show-handles ");
|
||||
|
||||
/* mangle and add the query string */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user