summaryrefslogtreecommitdiff
path: root/usr.bin/whois/whois.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/whois/whois.c')
-rw-r--r--usr.bin/whois/whois.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 769ef9313d5..ceb769e9ce1 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: whois.c,v 1.36 2005/07/22 14:23:13 henning Exp $ */
+/* $OpenBSD: whois.c,v 1.37 2006/06/01 18:17:35 mk Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -194,8 +194,11 @@ whois(const char *query, const char *server, const char *port, int flags)
}
if (strcmp(server, "whois.denic.de") == 0 ||
- strcmp(server, "de.whois-servers.net") == 0)
+ strcmp(server, "de" QNICHOST_TAIL) == 0)
fmt = "-T dn,ace -C ISO-8859-1 %s\r\n";
+ else if (strcmp(server, "whois.dk-hostmaster.dk") == 0 ||
+ strcmp(server, "dk" QNICHOST_TAIL) == 0)
+ fmt = "--show-handles %s\r\n";
else
fmt = "%s\r\n";