-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
repo.aptly.info is missing IPv6 and/or AAAA records #1334
Comments
AWS' "s3-website" feature doesn't support IPv6. You could try to access the bucket directly via the S3 "dual-stack" endpoints which support IPv6
I don't know how the aptly maintainers would feel about that, as it would mean if they pointed repo.aptly.info elsewhere, you'd keep using the same old s3 bucket. |
For the aptly maintainers, one option here is to configure Cloudfront with an S3 backend, which I believe would also reduce your bandwidth costs. Happy to chat privately/offline about AWS configuration if you're interested. |
This would definitely solve the issue. However, some extra magic would be required to clear Cloudfront caches whenever packages are updated in S3. |
I'll try that, thanks! |
would also fix #402 as SSL is required |
Aptly cannot be installed with the usual installation method when one does not have IPv4 egress to the Internet. This is because the repository servers (repo.aptly.info) either don't have AAAA records in DNS, don't have firewall rules to allow IPv6 traffic or don't have IPv6 addresses at all:
Would it be possible to resolve this? The repository seems to be in AWS S3 so maybe there's a switch you could switch to enable IPv6?
The text was updated successfully, but these errors were encountered: