@cryptotaxi247 / infra-1 / commits / 0f33acfc

dns: update voucher.nixcon.org cname

The Cloudflare setup in front of `ners.ch` isn't behaving as expected. We'll point at a different subdomain instead.

John Rodewald committed May 22, 2025 at 20:47 UTC 0f33acfc292d983b5816f93c18b7bac74380871c
1 file changed +1 -1
dns/nixcon.org.js
+1 -1
@@ -43,5 +43,5 @@ D("nixcon.org",
43 CNAME("tickets", "nixcon.cname.pretix.eu."),
44
45 // 2025 ticket voucher eligibility check
46 - CNAME("vouchers", "ners.ch.")
46 + CNAME("vouchers", "cache.ners.ch.")
47 );