svn commit: r300678 - head/usr.bin/whois

Tony Finch fanf at FreeBSD.org
Wed May 25 13:09:08 UTC 2016


Author: fanf
Date: Wed May 25 13:09:06 2016
New Revision: 300678
URL: https://svnweb.freebsd.org/changeset/base/300678

Log:
  Send whois queries for gov.uk names to JANET.

Modified:
  head/usr.bin/whois/whois.c

Modified: head/usr.bin/whois/whois.c
==============================================================================
--- head/usr.bin/whois/whois.c	Wed May 25 12:12:14 2016	(r300677)
+++ head/usr.bin/whois/whois.c	Wed May 25 13:09:06 2016	(r300678)
@@ -101,6 +101,7 @@ static struct {
 	{ "-RIPE", RNICHOST },
 	/* Nominet's whois server doesn't return referrals to JANET */
 	{ ".ac.uk", "ac.uk" QNICHOST_TAIL },
+	{ ".gov.uk", "ac.uk" QNICHOST_TAIL },
 	{ "", IANAHOST }, /* default */
 	{ NULL, NULL } /* safety belt */
 };


More information about the svn-src-head mailing list