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 */
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to