config: update each of Caddyfile to add resolver as bind directly to avoid pass through blocky to verify acme txt record

This commit is contained in:
2026-03-21 16:07:28 +09:00
parent 13839c9dfd
commit fc3b5a1e05
3 changed files with 3 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
key_alg hmac-sha256
key "{file./run/secrets/CADDY_ACME_KEY}"
}
resolvers {{ infra_uri['bind']['domain'] }}
}
}
}

View File

@@ -29,6 +29,7 @@
key_alg hmac-sha256
key "{file./run/secrets/CADDY_ACME_KEY}"
}
resolvers {{ infra_uri['bind']['domain'] }}
}
}
}

View File

@@ -9,6 +9,7 @@
key_alg hmac-sha256
key "{file./run/secrets/CADDY_ACME_KEY}"
}
resolvers {{ infra_uri['bind']['domain'] }}
}
}
}