diff --git a/Changes.md b/Changes.md index 8e4e1a0..dad3b20 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,6 @@ +2011/01/24 + - fixed .pe server (bug #3164251) + 2011/01/17 - fixed .co handler (bug #3159317) - fixed .ca handler (bug #3141475) diff --git a/src/whois.servers.php b/src/whois.servers.php index fc13c8c..9fc364e 100644 --- a/src/whois.servers.php +++ b/src/whois.servers.php @@ -90,7 +90,7 @@ $this->WHOIS_SPECIAL = array( 'ms' => 'http://www.adamsnames.tc/whois/?domain={domain}.ms', 'mt' => 'http://www.um.edu.mt/cgi-bin/nic/whois?domain={domain}.mt', 'ly' => 'whois.nic.ly', - 'pe' => 'http://nic.pe/detpublic.php?decid=B&ndom={domain}.pe', + 'pe' => 'kero.rcp.net.pe', 'pr' => 'whois.uprr.pr', 'pro' => 'whois.registry.pro', 'sc' => 'whois2.afilias-grs.net',