mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
dynamic dns updates
This commit is contained in:
parent
56cf4e9212
commit
3c1ec0f287
35 changed files with 109 additions and 67 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue