Live data from Hacker News

GitHub seems to be enabling IPv6 for GitHub Pages

github.com

1–10 of 57 posts

Re: GitHub seems to be enabling IPv6 for GitHub Pages

#4
> GitHub seems to be enabling IPv6 for GitHub Pages

This is extremely misleading at best. As far as I can tell from reading this stuff, the only thing that has changed recently is that github-repository-files.githubusercontent.com has started serving an AAAA record. (Perhaps other subdomains as well, but that’s the only one reported and it’s definitely not all.) That’s nothing to do with GitHub Pages. GitHub Pages has unofficially supported IPv6 for more than three years apart from the DNS records, so if you’re brave or foolish enough you could add AAAA records on a custom domain that’s handled by GitHub Pages.

Re: GitHub seems to be enabling IPv6 for GitHub Pages

#5
Too bad I often have to disable IPv6 because my ISP suddenly decides to stop routing it from time to time.

This is Comcast, so arguing with them doesn't get me anywhere, all I get is "Thanks for expressing your concern." "Rest assured that I will solve all your problems." from the support dude in some random call/chat center.

Re: GitHub seems to be enabling IPv6 for GitHub Pages

#7
post #5

Too bad I often have to disable IPv6 because my ISP suddenly decides to stop routing it from time to time. This is Comcast, so arguing with them doesn't get me anywhere, all I get is "Thanks for expressing your concern." "Rest assured that I will solve all your problems." from the support dude in some random call/chat center.

Doesn't Happy Eyeballs fallback to IPv4 on that situation?

Re: GitHub seems to be enabling IPv6 for GitHub Pages

#8

Silly question (especially for this forum): how would ipv6 be useful for websites served via Github Pages?

There are more and more networks that are native IPv6. And IPv4 connectivity is done with double NAT, NAT64, 464XLAT and other heroics.

The faster we can allow native IPv6 end-to-end, the faster we can get rid of the complex IPv4 compatibility technologies and simplify the entire internet. At some point, you may start to see networks with no v4 connectivity whatsoever (maybe they already exist, but I can't imagine them being useful), so this allows those users to reach github pages.

To directly answer your question, it's investment and maintenance in infrastructure, not for user features.

Re: GitHub seems to be enabling IPv6 for GitHub Pages

#9

> GitHub seems to be enabling IPv6 for GitHub Pages This is extremely misleading at best. As far as I can tell from reading this stuff, the only thing that has changed recently is that github-repository-files.githubusercontent.com has started serving an AAAA record. (Perhaps other subdomains as well, but that’s the only one reported and it’s definitely not all.) That’s nothing to do with GitHub Pages. GitHub Pages ha…

Don't underestimate the amount of backend plumbing necessary to enable this kind of thing at scale, even if it's "just" a CDN feature flag (analytics pipeline, authorization, rate limiting, and so much more...)
Post reply on HN