added support for .gt domains (request #3353926)
This commit is contained in:
parent
a1d12d902e
commit
f9483ceff9
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
- fixed .ae whois server (bug #3354286)
|
||||
- fixed bug #3333558
|
||||
- .uk handler improvement (partial patch #3314417)
|
||||
- added support for .gt domains (request #3353926)
|
||||
|
||||
2011/06/26
|
||||
- added handler for gandi (request #3155752)
|
||||
|
|
|
@ -89,6 +89,7 @@ $this->WHOIS_SPECIAL = array(
|
|||
'la' => 'whois.centralnic.net',
|
||||
'gr' => '',
|
||||
'gs' => 'http://www.adamsnames.tc/whois/?domain={domain}.gs',
|
||||
'gt' => 'http://www.gt/Inscripcion/whois.php?domain={domain}.gt',
|
||||
'me' => 'whois.meregistry.net',
|
||||
'mobi' => 'whois.dotmobiregistry.net',
|
||||
'ms' => 'http://www.adamsnames.tc/whois/?domain={domain}.ms',
|
||||
|
|
Loading…
Reference in a new issue