@cryptotaxi247 / infra / commits / f7030a52

add gh-releases.nixos.org

This is a domain that can be used for hosting releases from GitHub. We use our own CDN to provide IPv6 support and retain the flexibility to move to a different provider in the future if necessary. We might integrate this into releases.nixos.org in the future, but for now this serves as a testing ground.

Jörg Thalheim committed Jun 5, 2025 at 12:50 UTC f7030a525e870473e6cf420ad4564dd0d9e24db3
1 file changed +2
dns/nixos.org.js
+2
@@ -41,11 +41,13 @@ D("nixos.org",
41
42 // fastly
43 CNAME("_acme-challenge.channels", "9u55qij5w2odiwqxfi.fastly-validations.com."),
44 + CNAME("_acme-challenge.gh-releases", "PLACEHOLDER.fastly-validations.com."), // TODO: Update after terraform apply
45 CNAME("_acme-challenge.releases", "s731ezp9ameh5f349b.fastly-validations.com."),
46 CNAME("_acme-challenge.tarballs", "vnqm62k5sjx9jogeqg.fastly-validations.com."),
47 CNAME("cache", "dualstack.v2.shared.global.fastly.net."),
48 CNAME("cache-staging", "dualstack.v2.shared.global.fastly.net."),
49 CNAME("channels", "dualstack.v2.shared.global.fastly.net."),
50 + CNAME("gh-releases", "dualstack.v2.shared.global.fastly.net."),
51 CNAME("releases", "dualstack.v2.shared.global.fastly.net."),
52 CNAME("tarballs", "dualstack.v2.shared.global.fastly.net."),
53