dns: create test record for gandi alias lookup
Martin Weinelt committed
Oct 22, 2025 at 17:50 UTC
dea52fb5394b62176fdef94b064236c1c1af5d74
1 file changed
+5
-2
dns/nixos.org.js
+5
-2
@@ -198,6 +198,9 @@ D("nixos.org",
198
CNAME("weekly", "nixos-weekly.netlify.com."),
199
CNAME("www", "nixos-homepage.netlify.app."),
200
201
- // temporary election-related services
202
- CNAME("sc-election-2025", "nix-ec-2025.7c6f434c.michaelraskin.top."),
201
+ // temporary election-related services
202
+ CNAME("sc-election-2025", "nix-ec-2025.7c6f434c.michaelraskin.top."),
203
+
204
+ // test for gandi ticket
205
+ ALIAS("test", "nixos-homepage.netlify.app."),
206
);