feat(dnsconfig.js): add OpenPGP key discovery and Reactive Resume CNAME

feat(flake.nix): remove dnscontrol version override to use latest

feat(types-dnscontrol.d.ts): update to DNSControl 4.45.0 with improved type definitions
This commit is contained in:
Ari committed 2026-08-12 21:36:50 -04:00
1 parent b7d8cdcc15
commit 8234d133fd
4 files changed
+17 -22

No files matched your search

+3
View File
@@ -37,6 +37,8 @@ DEFAULTS(
issuemail: "none",
issuemail_critical: true,
}),
CNAME("openpgpkey", "wkd.keys.openpgp.org."),
TXT("@", "$argon2id$v=19$m=64,t=512,p=2$H4Bumsm+B/5AoPZg6ALhXA$CqmxBvGH0Qcl0sd3DP0ERQ"),
);
/* ****************************************************************************************************************** *\
@@ -131,6 +133,7 @@ cnames("arirex.me", rexcloud, [
"OpenWebUI@ai",
"Owncast@stream",
"Pocket ID@id",
"Reactive Resume@resume",
"SearXNG@search",
]);