mirror of
https://github.com/coredns/coredns.git
synced 2025-10-29 01:04:15 -04:00
fix tls_servername in cloudflare example (#2466)
This commit is contained in:
@@ -167,7 +167,7 @@ Or with multiple upstreams from the same provider
|
|||||||
~~~ corefile
|
~~~ corefile
|
||||||
. {
|
. {
|
||||||
forward . tls://1.1.1.1 tls://1.0.0.1 {
|
forward . tls://1.1.1.1 tls://1.0.0.1 {
|
||||||
tls_servername loudflare-dns.com
|
tls_servername cloudflare-dns.com
|
||||||
health_check 5s
|
health_check 5s
|
||||||
}
|
}
|
||||||
cache 30
|
cache 30
|
||||||
|
|||||||
Reference in New Issue
Block a user