added hack for .net.au
This commit is contained in:
parent
82b37f4460
commit
96683491c6
1 changed files with 11 additions and 10 deletions
|
@ -59,15 +59,16 @@ $this->DATA = array(
|
|||
);
|
||||
|
||||
$this->HTTPW = array(
|
||||
"es" => "https://www.nic.es/esnic/servlet/WhoisControllerHTML?dominio=#&tipo=dominio",
|
||||
"co.za" => "http://co.za/cgi-bin/whois.sh?Domain=#",
|
||||
"fm" => "http://www.dot.fm/query_whois.cfm?domain=#&tld=fm",
|
||||
"gs" => "http://www.adamsnames.tc/whois/?domain=#",
|
||||
"in" => "whois.ncst.ernet.in",
|
||||
"ms" => "http://www.adamsnames.tc/whois/?domain=#",
|
||||
"tc" => "http://www.adamsnames.tc/whois/?domain=#",
|
||||
"tf" => "http://www.adamsnames.tc/whois/?domain=#",
|
||||
"tv" => "whois.networksolutions.com",
|
||||
"vg" => "http://www.adamsnames.tc/whois/?domain=#"
|
||||
"es" => "https://www.nic.es/esnic/servlet/WhoisControllerHTML?dominio=#&tipo=dominio",
|
||||
"co.za" => "http://co.za/cgi-bin/whois.sh?Domain=#",
|
||||
"fm" => "http://www.dot.fm/query_whois.cfm?domain=#&tld=fm",
|
||||
"gs" => "http://www.adamsnames.tc/whois/?domain=#",
|
||||
"in" => "whois.ncst.ernet.in",
|
||||
"ms" => "http://www.adamsnames.tc/whois/?domain=#",
|
||||
"net.au" => "whois.aunic.net",
|
||||
"tc" => "http://www.adamsnames.tc/whois/?domain=#",
|
||||
"tf" => "http://www.adamsnames.tc/whois/?domain=#",
|
||||
"tv" => "whois.networksolutions.com",
|
||||
"vg" => "http://www.adamsnames.tc/whois/?domain=#"
|
||||
);
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue