Skip to content
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

Missing IPv6 Connectivity #1025

Closed
n-thumann opened this issue May 14, 2024 · 3 comments
Closed

Missing IPv6 Connectivity #1025

n-thumann opened this issue May 14, 2024 · 3 comments
Labels

Comments

@n-thumann
Copy link

This is a reopening of #623, because it has been closed until GitHub Pages support IPv6. They do since https://github.blog/changelog/2021-09-30-enabling-ipv6-support-for-github-pages/.
Other subdomains of brew.sh seem to already have AAAA records set, but could you also add them to brew.sh?

Functionally, it seems to be working:

➜  ~ curl -s --resolve brew.sh:443:2606:50c0:8000::153 https://brew.sh/ | grep "<title>"
    <title>Homebrew — The Missing Package Manager for macOS (or Linux)</title>
@Bo98
Copy link
Member

Bo98 commented May 14, 2024

Done. May take some time to propagate globally.

@Bo98 Bo98 closed this as completed May 14, 2024
@carlocab
Copy link
Member

❯ dig brew.sh @1.1.1.1 AAAA +short
2606:50c0:8000::153
2606:50c0:8001::153
2606:50c0:8002::153
2606:50c0:8003::153

Nice.

@n-thumann
Copy link
Author

Awesome, thanks for the quick fix!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants