We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b47e2 commit 9caada0Copy full SHA for 9caada0
dns/nixcon.org.js
@@ -20,7 +20,12 @@ D("nixcon.org",
20
// Websites
21
TXT("_github-pages-challenge-nixcon", "6608e513e09036ab8cadb7ca4eb71b"),
22
23
- ALIAS("@", "nixcon.github.io."),
+ // 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."),
0 commit comments