pbatard / rufus-web

https://rufus.ie homepage and locale tracker
39 stars 35 forks source link

IPv6 Support #20

Closed Mynacol closed 1 year ago

Mynacol commented 1 year ago

Hi, I'm using Rufus for years and just noticed that it's open source 🙈 and the web page is hosted on GitHub.

I noticed the domain rufus.ie is missing AAAA DNS Resource Records, so IPv6 is not available. GitHub has added IPv6 support for GitHub Pages some time ago and I would appreciate you adding a AAAA DNS entry.

Usually, GitHub Pages only has static content, so you would not be able to somehow interpret the client's IP address and expect it to have a IPv4 form, but then I have seen a PHP script in this repo. So please check if you somehow process the remote IP addresses (I doubt it) and add IPv6 support.

Thanks

pbatard commented 1 year ago

but then I have seen a PHP script in this repo.

Which is only used to generate the static pages locally, that can then be committed to GitHub.

I have just added the AAAA DNS entries so I will close that issue.

Mynacol commented 1 year ago

Thanks, I appreciate it.