58849dfc4f
GitOrigin-RevId: 21c937f8cb1e6adcfeb36dfd6c90d9d9bfab1d28
38 lines
996 B
Diff
38 lines
996 B
Diff
From a7a517ca23682b160a2a3be47f1f3f262f8f306f Mon Sep 17 00:00:00 2001
|
|
From: Ashish SHUKLA <ashish.is@lostca.se>
|
|
Date: Sun, 25 Apr 2021 08:07:52 +0530
|
|
Subject: [PATCH 1/2] whois: .ORG is not handled by InterNIC anymore
|
|
|
|
See https://www.iana.org/domains/root/db/org.html
|
|
---
|
|
whois/data.h | 1 -
|
|
whois/tld_serv_list | 1 +
|
|
2 files changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/whois/data.h b/whois/data.h
|
|
index d1eb10ad..82e22b6f 100644
|
|
--- a/whois/data.h
|
|
+++ b/whois/data.h
|
|
@@ -68,7 +68,6 @@ const char *rwhois_servers[] = {
|
|
const char *gtlds[] = {
|
|
".com",
|
|
".net",
|
|
- ".org",
|
|
".edu",
|
|
NULL
|
|
};
|
|
diff --git a/whois/tld_serv_list b/whois/tld_serv_list
|
|
index ad7b9826..d9257f36 100644
|
|
--- a/whois/tld_serv_list
|
|
+++ b/whois/tld_serv_list
|
|
@@ -219,6 +219,7 @@
|
|
.nu whois.nic.nu
|
|
.nz whois.srs.net.nz
|
|
#.om NONE # NIC? http://www.gto.net.om
|
|
+.org whois.pir.org
|
|
.pa WEB http://www.nic.pa
|
|
#.pe whois.rcp.net.pe # kero.yachay.pe valid 2011-03-10
|
|
.pe kero.yachay.pe
|
|
--
|
|
2.31.1
|
|
|