dns: create voucher.nixcon.org cname
Used for the voucher check for NixCon 2025.
John Rodewald committed
May 22, 2025 at 19:33 UTC
9eab4ad4639fabc2ed75266de4d57e9c4c41e718
1 file changed
+4
-1
dns/nixcon.org.js
+4
-1
@@ -40,5 +40,8 @@ D("nixcon.org",
40
CNAME("talks", "pretalx.com."),
41
42
// Ticketing
43
- CNAME("tickets", "nixcon.cname.pretix.eu.")
43
+ CNAME("tickets", "nixcon.cname.pretix.eu."),
44
+
45
+ // 2025 ticket voucher eligibility check
46
+ CNAME("vouchers", "ners.ch.")
47
);