11ty / 11ty-website

Documentation site for the Eleventy static site generator.
https://www.11ty.dev/
MIT License
473 stars 681 forks source link

Website not reachable via IPv6 #1602

Open fzakfeld opened 1 year ago

fzakfeld commented 1 year ago

The 11ty.dev website is not reachable via IPv6, www.11ty.dev doesn't seem to have an AAAA record set. This makes it impossible to access the site from IPv6-only networks and on dual stack it will always connect using legacy IPv4

MyZeD commented 1 month ago

According to this blog post, IPv6 has been working on Netlify for about 6 years. The activation is not difficult, and you would be doing many of us a nice favor :)

See https://www.netlify.com/blog/2018/11/26/announcing-ipv6-support-on-the-netlify-application-delivery-network/

Snapstromegon commented 1 month ago

I'm not sure, but I think the 11ty website is now hosted on Vercel (at least PR previews are) and Vercel has not IPv6 support. I didn't even know this before today, since I just assumed that noone would build such a service nowadays with only legacy IP support...

zachleat commented 1 month ago

Whoa—I wasn’t aware of this limitation.

We are currently diversifying our website hosting—at this very moment all of the versioned subdomains https://www.11ty.dev/docs/versions/ are on Vercel, one API service on AWS (via Vercel rewrite) https://www.zachleat.com/web/serverless-cost/ but www is still on Netlify with some plans to move to Vercel.