Created
December 10, 2012 23:38
-
-
Save vinnix/4254364 to your computer and use it in GitHub Desktop.
Facebook's DNS is working at Sao Paulo/Brazil
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vnxs:~ Vinnix$ dig www.facebook.com | |
| ; <<>> DiG 9.4.3-P3 <<>> www.facebook.com | |
| ;; global options: printcmd | |
| ;; Got answer: | |
| ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19911 | |
| ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 | |
| ;; QUESTION SECTION: | |
| ;www.facebook.com. IN A | |
| ;; ANSWER SECTION: | |
| www.facebook.com. 50 IN CNAME star.c10r.facebook.com. | |
| star.c10r.facebook.com. 22 IN A 69.171.242.27 | |
| ;; Query time: 38 msec | |
| ;; SERVER: 200.204.0.10#53(200.204.0.10) | |
| ;; WHEN: Mon Dec 10 21:37:54 2012 | |
| ;; MSG SIZE rcvd: 74 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment