Created
January 11, 2015 21:59
-
-
Save visnup/5e54ac0048518d6e00b8 to your computer and use it in GitHub Desktop.
first example I've seen of ipv6 working in the real world: google ads being smarter than my blocking hosts file
This file contains 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
$ curl -v http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js 2>&1 | less | |
* Hostname was NOT found in DNS cache | |
* connect to 127.0.0.1 port 80 failed: Connection refused | |
* Trying 2607:f8b0:4010:801::100d... | |
* Connected to pagead2.googlesyndication.com (2607:f8b0:4010:801::100d) port 80 (#0) | |
> GET /pagead/js/adsbygoogle.js HTTP/1.1 | |
> User-Agent: curl/7.37.1 | |
> Host: pagead2.googlesyndication.com | |
> Accept: */* | |
> | |
< HTTP/1.1 200 OK | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment