There was an error while loading. Please reload this page.
1 parent db20755 commit 9be932cCopy full SHA for 9be932c
1 file changed
alpine/alpine-root/etc/coredns/Corefile
@@ -7,23 +7,26 @@
7
#errors
8
9
cache {
10
- prefetch 1
11
- serve_stale
12
- }
13
-
14
- timeouts {
15
- read 1m
16
- write 1m
17
- idle 24h
+ prefetch 4096 20s
+ serve_stale 48h
18
}
19
20
forward . dns://127.0.0.1:5350 {
21
force_tcp
22
policy sequential
+ health_check 10s
+ failfast_all_unhealthy_upstreams
23
24
25
- #forward . dns://127.0.0.1:5353 tls://9.9.9.11 tls://1.1.1.1 {
+ #forward . dns://127.0.0.1:5353 {
+ # prefer_udp
+ # policy sequential
+ #}
+
26
+ #forward . tls://9.9.9.11 {
27
+ # tls_servername dns.quad9.net
28
# prefer_udp
29
# policy sequential
30
+ # health_check 2s
31
#}
32
0 commit comments