diff options
-rw-r--r-- | usr.bin/whois/whois.c | 1 |
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 */ }; |