mirror of
https://github.com/DeBrosOfficial/network.git
synced 2026-01-30 08:33:04 +00:00
core dns https issue
This commit is contained in:
parent
c3d6500785
commit
81414722cd
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user