-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 support #46
Comments
Good note, apparently Netlify doesn't currently provide IPv6, and I didn't realize that was the case. I'll explore some options to solve that... Out of curiosity, what ISP are you using? Seems bizarre to me that they wouldn't provide 6to4 compatibility, IPv6 is hardly universal at the moment. |
@Fusl thoughts? We could place a reverse proxy in front of this site too, or move site generation to one of our own servers and eschew Netlify entirely. Or use Cloudflare (hahaha). If we placed a reverse proxy in front of the site we shouldn't lose our CDN benefits, since all static resources are still hosted on another (cloudfront.net) domain, so it wouldn't be terrible. |
Netlify have said, that they should have IPv6 support early this year. Maybe it's instead worth checking with them, if it'll be ready fairly soon? My ISP does support IPv4. But I regularly turn off IPv4 to make sure my own stuff functions over IPv6 fine. And of course I regularly forget to turn it back on. But migrating over to IPv6 is still a good idea nonetheless. |
Netlify now supports IPv6 and as a result |
Netlify still doesn’t support AAAA records on root domains unfortunately as far as I can tell, and our DNS provider doesn’t support CNAME flattening that would allow us to use the same records as the www subdomain does. |
Description
The OpenNIC website is inaccessible over IPv6.
Steps to reproduce
Expected behavior:
The website shoud load over IPv6.
Actual behavior:
Your browser will complain about no IP address being found.
The text was updated successfully, but these errors were encountered: