added support for .mt domains
This commit is contained in:
parent
8c936aa7de
commit
83c0173f16
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
2005/11/17 David Saez <david@ols.es>
|
||||
- added support for .mt domains
|
||||
|
||||
2005/11/14 David Saez <david@ols.es>
|
||||
- avoid some warnings on whois.gtld.bulkr.php
|
||||
|
||||
|
|
|
@ -102,6 +102,7 @@ $this->WHOIS_SPECIAL = array(
|
|||
'gs' => 'http://www.adamsnames.tc/whois/?domain={domain}.{tld}',
|
||||
'in' => 'whois.ncst.ernet.in',
|
||||
'ms' => 'http://www.adamsnames.tc/whois/?domain={domain}.{tld}',
|
||||
'mt' => 'http://www.um.edu.mt/cgi-bin/nic/whois?domain={domain}.{tld}',
|
||||
'net.au' => 'whois.aunic.net',
|
||||
'pe' => 'http://nic.pe/detpublic.php?decid=B&ndom={domain}.{tld}',
|
||||
'pro' => 'whois.registry.pro',
|
||||
|
|
Loading…
Reference in a new issue