Skip to content

Commit 9caada0

Browse files
committed
dns: migrate domain apex to A/AAAA on nixcon.org
1 parent 41b47e2 commit 9caada0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dns/nixcon.org.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ D("nixcon.org",
2020
// Websites
2121
TXT("_github-pages-challenge-nixcon", "6608e513e09036ab8cadb7ca4eb71b"),
2222

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+
2429
CNAME("www", "nixcon.github.io."),
2530

2631
CNAME("2015", "nixcon.github.io."),

0 commit comments

Comments
 (0)