dns: update bee.nixcon.org cname
We'll be hosting a small game for the NixCon crowd.
John Rodewald committed
Sep 4, 2025 at 12:21 UTC
cbade0474d3442f002fd03c56e670e4b873d228d
1 file changed
+4
-1
dns/nixcon.org.js
+4
-1
@@ -43,5 +43,8 @@ D("nixcon.org",
43
CNAME("tickets", "nixcon.cname.pretix.eu."),
44
45
// 2025 ticket voucher eligibility check
46
- CNAME("vouchers", "cache.ners.ch.")
46
+ CNAME("vouchers", "cache.ners.ch."),
47
+
48
+ // 2025 bee game
49
+ CNAME("bee", "cache.ners.ch.")
50
);