diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-04-09 19:29:54 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-04-09 19:29:54 +0000 |
commit | 237bce2e5e0c4b8daa1a6ac951f69f62d6bc4915 (patch) | |
tree | db7169af47e0e2a62d21b31177bf1f7030631cbb /usr.bin/whois/whois.1 | |
parent | 4e6dcaa02f8b1b93b4346d640dc43053fcbca25b (diff) |
If looking up a string which looks like a gTLD, doesn't match a known set of
existing ones not using the new standard hostnames, and whois.nic.TLD exists,
head straight there for lookups rather than using whois-servers.net (who have
been a bit variable in their speed of picking up new zones). Bug spotted by
giovanni@ and jasper@, ok giovanni@
Diffstat (limited to 'usr.bin/whois/whois.1')
-rw-r--r-- | usr.bin/whois/whois.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 4ecd0b4c8cc..ba3ba415bf0 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: whois.1,v 1.32 2013/03/05 16:09:10 sthen Exp $ +.\" $OpenBSD: whois.1,v 1.33 2015/04/09 19:29:53 sthen Exp $ .\" $NetBSD: whois.1,v 1.5 1995/08/31 21:51:32 jtc Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)whois.1 8.2 (Berkeley) 6/20/94 .\" -.Dd $Mdocdate: March 5 2013 $ +.Dd $Mdocdate: April 9 2015 $ .Dt WHOIS 1 .Os .Sh NAME @@ -97,8 +97,11 @@ By default .Nm constructs the name of a whois server to use from the top-level domain .Pq Tn TLD -of the supplied (single) argument, and appending -.Qq Li .whois-servers.net . +of the supplied (single) argument. +For newer generic domains (gTLDs), a lookup for whois.nic.tld is attempted. +For other TLDs, or if this lookup fails, +.Qq Li .whois-servers.net +is appended to the TLD. This effectively allows a suitable whois server to be selected automatically for a large number of .Tn TLDs . |