From d7c84e8d81e5a84aa70ec6bb7e0d83211ef2f2e9 Mon Sep 17 00:00:00 2001 From: Paul Payne Date: Tue, 30 Jun 2026 19:03:56 -0700 Subject: [PATCH] Pin DNS-plugin Caddy build to v2.11.4 (current release) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9af5bb9..e7a774a 100755 --- a/install.sh +++ b/install.sh @@ -163,7 +163,7 @@ ensure_caddy() { } # Pinned Caddy version for the DNS-plugin build (reproducible across nodes). -CADDY_DNS_VERSION="${CADDY_DNS_VERSION:-v2.10.0}" +CADDY_DNS_VERSION="${CADDY_DNS_VERSION:-v2.11.4}" # Build a Caddy with a DNS-provider plugin, required for gateway.tls=acme # (Let's Encrypt wildcard via DNS-01). Stock apt Caddy has no DNS modules. The