summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfanf <fanf@FreeBSD.org>2016-05-25 13:09:06 +0000
committerfanf <fanf@FreeBSD.org>2016-05-25 13:09:06 +0000
commit10f1209022f226a3c72f612f1eec4acd47775299 (patch)
tree03e57e992559dead5234adcb840dfc5d1ffb18cc
parent6427f98e8cb4177e3bbc82b39742d3747f633143 (diff)
downloadFreeBSD-src-10f1209022f226a3c72f612f1eec4acd47775299.zip
FreeBSD-src-10f1209022f226a3c72f612f1eec4acd47775299.tar.gz
Send whois queries for gov.uk names to JANET.
-rw-r--r--usr.bin/whois/whois.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 8c775fa..4f4062b 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 */
};
OpenPOWER on IntegriCloud