fix: default forward after override imports

fixes #12979

Signed-off-by: Fabian 'xx4h' Sylvester <xx4h@xx4h.de>
This commit is contained in:
Fabian 'xx4h' Sylvester 2025-09-29 10:21:58 +02:00 committed by Brad Davidson
parent 59b4a9d738
commit 39d89153da

View file

@ -67,12 +67,12 @@ data:
fallthrough
}
prometheus :9153
forward . /etc/resolv.conf
cache 30
loop
reload
loadbalance
import /etc/coredns/custom/*.override
forward . /etc/resolv.conf
}
import /etc/coredns/custom/*.server
---