dynamic dns updates

This commit is contained in:
nora 2025-08-13 20:36:27 +02:00
parent 56cf4e9212
commit 3c1ec0f287
35 changed files with 109 additions and 67 deletions

View file

@ -4,6 +4,7 @@ let
caddy = pkgs.caddy.withPlugins {
plugins = [
"github.com/noratrieb-mirrors/certmagic-s3@v1.1.3"
"github.com/caddy-dns/rfc2136@v1.0.0"
];
hash = "sha256-HdCXbqrrGPZSdHv7bZvGz9T6loVbrfKydTbjTyt5Wt0=";
};
@ -47,6 +48,17 @@ in
insecure true
}
acme_dns rfc2136 {
key_name "test"
key_alg "hmac-sha256"
key ""
server "dns1.local:53"
}
tls {
dns_challenge_override_domain "nilstrieb.dev"
}
servers {
metrics
}