chore(coredns): remove deprecated DNS servers (#77)
Deploy / deploy-docker-registry-secret (push) Blocked by required conditions
Deploy / deploy-coredns (push) Successful in 35s

Reviewed-on: #77
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #77.
This commit is contained in:
2026-08-11 07:17:34 +02:00
committed by t.behrendt
parent 52e8c20c7e
commit 5c4f6103d4
+2 -2
View File
@@ -7,14 +7,14 @@ data:
Corefile: |
t00n.de:53 {
errors
forward . 192.168.0.1 192.168.0.9 192.168.0.10
forward . 192.168.0.1
cache 300
reload
}
t000-n.de:53 {
errors
forward . 192.168.0.1 192.168.0.9 192.168.0.10
forward . 192.168.0.1
cache 300
reload
}