Skip to content

Instantly share code, notes, and snippets.

@visnup
Created January 11, 2015 21:59
Show Gist options
  • Save visnup/5e54ac0048518d6e00b8 to your computer and use it in GitHub Desktop.
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
$ 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