From 37d3e91d00e4bf029f638dec666da64b5adbfd19 Mon Sep 17 00:00:00 2001 From: henoheno Date: Sat, 18 Aug 2007 19:38:04 +0900 Subject: [PATCH] .ai, .ar, .at, .az --- spam/domain.ini.php | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/spam/domain.ini.php b/spam/domain.ini.php index c3b5a72..2e179cd 100644 --- a/spam/domain.ini.php +++ b/spam/domain.ini.php @@ -1,5 +1,5 @@ TRUE, + 'net' => TRUE, + 'off' => TRUE, + 'org' => TRUE, +); + +// ------------------------------ +// ccTLD: Argentina +// NIC : http://www.nic.ar/ +// Whois: http://www.nic.ar/ +$domain['ar'] = array( + // http://www.nic.ar/en/faq1.html + // 18. "How can I register an .edu.ar domain?" + // 25. "Which subdomains are authorized under .AR and what are the requirements?" + 'com' => TRUE, + 'edu' => TRUE, + 'gov' => TRUE, + 'int' => TRUE, + 'mil' => TRUE, + 'net' => TRUE, + 'org' => TRUE, +); + +// ------------------------------ +// ccTLD: Austria +// NIC : http://www.nic.at/en/ +// Whois: http://www.nic.at/en/domainsuche/ +$domain['at'] = array( + // "nic.at administrates the data of all domains below .at, .co.at and .or.at." + // http://www.nic.at/en/uebernic/ + // 'ac' is reserved, 'gv' are governmental use + // http://www.nic.at/en/faq/domain_registration/ + 'co' => TRUE, + 'or' => TRUE, + 'ac' => TRUE, + 'gv' => TRUE, +); + +// ------------------------------ // ccTLD: Australia // http://www.auda.org.au/ // NIC : http://www.aunic.net/ @@ -54,6 +100,32 @@ $domain['au'] = array( ); // ------------------------------ +// ccTLD: Azerbaijan +// NIC : http://nic.az/ +// Whois: http://nic.az/ +$domain['az'] = array( + // "The .az, com.az, net.az, int.az, gov.az, org.az, + // .edu.az, .info.az, .pp.az, .mil.az, .name.az, + // pro.az and biz.az names are open and unrestricted" + // http://nic.az/ + // http://www.whois.az/cgi-bin/stat.cgi?lang=en + 'biz' => TRUE, + 'co' => TRUE, // Not open and restricted? + 'com' => TRUE, + 'edu' => TRUE, + 'ganja' => TRUE, // Not open and restricted? + 'gov' => TRUE, + 'info' => TRUE, + 'int' => TRUE, + 'mil' => TRUE, + 'name' => TRUE, + 'net' => TRUE, + 'org' => TRUE, + 'pp' => TRUE, + 'pro' => TRUE, +); + +// ------------------------------ // ccTLD: Bahrain // NIC : http://www.inet.com.bh/ (.bh policies not found) // Whois: (Not available) http://www.inet.com.bh/ -- 2.11.0