dns: temporarily replace alias record on nixos.org/nix.dev
This is a workaround for ALIAS resolving issues in Gandi's LiveDNS platform. A ticket with Gandi has already been opened. Until then, sadly, no IPv6.
Martin Weinelt committed
Oct 18, 2025 at 21:38 UTC
85a21b518d7dae68cb8309d7eb93ecf064764c04
2 files changed
+4
-2
dns/nix.dev.js
+2
-1
@@ -20,7 +20,8 @@ D("nix.dev",
20
21
TXT("@", "google-site-verification=J55RGHyOPKpHAyIHVfBy1RdY_LuVIvLyuyR8deO62YE"),
22
23
- ALIAS("@", "nix-dev.netlify.app."),
23
+ A("@", "99.83.231.61"),
24
+ A("@", "75.2.60.5"),
25
CNAME("www", "nix-dev.netlify.app.")
26
);
27
dns/nixos.org.js
+2
-1
@@ -188,7 +188,8 @@ D("nixos.org",
188
TXT("_github-pages-challenge-nixos", "f3a423ba6916e972cfb1e74f82f601"),
189
190
// netlify pages
191
- ALIAS("@", "nixos-homepage.netlify.app."),
191
+ A("@", "75.2.60.5"),
192
+ A("@", "99.83.231.61"),
193
CNAME("brand", "nixos-brand.netlify.app."),
194
CNAME("common-styles", "nixos-common-styles.netlify.app."),
195
CNAME("planet", "nixos-planet.netlify.app."),