Sean, none of those mirrors you received are located in Brazil. Maybe EasyDNS is using the IP subnet instead of the real location of the requester (not sure if they have other way to know that)?
I have a server on sa-east-1 and it's resolving to the same mirrors you've pointed out, although the GeoIP information is right: http://www.ntunhs.net/cgi-bin/whois20_1_allip3.cgi?HPLang=EN&LV=3&IP=54.207.40.0 On Wed, May 27, 2015 at 5:23 PM, Sean Coates <s...@seancoates.com> wrote: > I'm getting empty records from Brazil as well: > > Rafaels-MacBook-Pro:~ kassner$ dig +short @geo1.easydns.com www.php.net > Rafaels-MacBook-Pro:~ kassner$ dig +short @geo2.easydns.net www.php.net > Rafaels-MacBook-Pro:~ kassner$ dig +short @geo3.easydns.org www.php.net > Rafaels-MacBook-Pro:~ kassner$ > > Brazilian mirrors were taken down? br1 and br2 are replying, but no sight > of them in the mirrors page. > > > FWIW, Brazil works for me (from AWS, sa-east-1, Sao Paulo), but I get the > main PHP mirrors: > > sean@ops03:~$ (for i in {1..20} ; do dig +short @geo1.easydns.com > www.php.net; done) | sort | uniq > php.he.net. > php-mirror.nexcess.net. > phpnet.c7dc.com. > sean@ops03:~$ (for i in {1..20} ; do dig +short @geo2.easydns.net > www.php.net; done) | sort | uniq > php.he.net. > php-mirror.nexcess.net. > phpnet.c7dc.com. > sean@ops03:~$ (for i in {1..20} ; do dig +short @geo3.easydns.org > www.php.net; done) | sort | uniq > php.he.net. > php-mirror.nexcess.net. > phpnet.c7dc.com. > > S >