mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
fix: default forward after override imports
fixes #12979 Signed-off-by: Fabian 'xx4h' Sylvester <xx4h@xx4h.de>
This commit is contained in:
parent
59b4a9d738
commit
39d89153da
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue