From 751af43e1ca5675a6fb36a007ae2ae0979acde33 Mon Sep 17 00:00:00 2001
From: Tony Finch <fanf@FreeBSD.org>
Date: Wed, 25 May 2016 13:09:06 +0000
Subject: [PATCH] Send whois queries for gov.uk names to JANET.

---
 usr.bin/whois/whois.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 8c775fa041ae..4f4062b7c7f1 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -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 */
 };