core dns https issue

This commit is contained in:
anonpenguin23 2026-01-29 07:45:40 +02:00
parent c3d6500785
commit 81414722cd

View File

@ -300,7 +300,8 @@ func (ci *CoreDNSInstaller) generateCorefile(domain, rqliteDSN string) string {
# Enable logging and error reporting # Enable logging and error reporting
log log
errors errors
cache 60 # NOTE: No cache here the rqlite plugin has its own cache.
# CoreDNS cache would cache NXDOMAIN and break ACME DNS-01 challenges.
} }
# Forward all other queries to upstream DNS # Forward all other queries to upstream DNS