bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] whois: .ORG is not handled by InterNIC anymore


From: ashish . is
Subject: [PATCH 1/2] whois: .ORG is not handled by InterNIC anymore
Date: Sun, 25 Apr 2021 08:52:51 +0530

From: Ashish SHUKLA <ashish.is@lostca.se>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]