GitHub seems to be enabling IPv6 for GitHub Pages
1–10 of 57 posts
Re: GitHub seems to be enabling IPv6 for GitHub Pages
#2Re: GitHub seems to be enabling IPv6 for GitHub Pages
#3Re: GitHub seems to be enabling IPv6 for GitHub Pages
#4This 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
#5This 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
#6Re: GitHub seems to be enabling IPv6 for GitHub Pages
#7Too 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
#8Silly question (especially for this forum): how would ipv6 be useful for websites served via Github Pages?
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…