dns: migrate domain apex to A/AAAA on nixcon.org
Martin Weinelt committed
Oct 18, 2025 at 21:15 UTC
9caada084f44750d2233017b7642f04466ebfbbe
1 file changed
+6
-1
dns/nixcon.org.js
+6
-1
@@ -20,7 +20,12 @@ D("nixcon.org",
20
// Websites
21
TXT("_github-pages-challenge-nixcon", "6608e513e09036ab8cadb7ca4eb71b"),
22
23
- ALIAS("@", "nixcon.github.io."),
23
+ // https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain
24
+ A("@", "185.199.109.153"),
25
+ A("@", "185.199.111.153"),
26
+ AAAA("@", "2606:50c0:8001::153"),
27
+ AAAA("@", "2606:50c0:8003::153"),
28
+
29
CNAME("www", "nixcon.github.io."),
30
31
CNAME("2015", "nixcon.github.io."),