fixed tucows/opensrs gtld handler detection
This commit is contained in:
parent
40c89c72f1
commit
1754acc78d
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ $this->WHOIS_GTLD_HANDLER = array(
|
|||
'whois.bulkregister.com' => 'enom',
|
||||
'whois.namesdirect.com' => 'dotster',
|
||||
'whois.psi-usa.info' => 'psiusa',
|
||||
'whois.www.tv' => 'tvcorp'
|
||||
'whois.www.tv' => 'tvcorp',
|
||||
'whois.tucows.com' => 'opensrs'
|
||||
);
|
||||
|
||||
/* Non ICANN TLD's */
|
||||
|
|
Loading…
Reference in a new issue