diff options
author | 2019-01-15 18:18:20 +0100 | |
---|---|---|
committer | 2019-01-15 09:18:20 -0800 | |
commit | b0d37c54431c7889eabe5b181e450cf60d0731e9 (patch) | |
tree | 2d86d91e800fc7da7e7cff0dc1fcfa845ba4c7a1 /plugin | |
parent | ea5ee43d58a54996273728de5edf91dc8c217ce7 (diff) | |
download | coredns-b0d37c54431c7889eabe5b181e450cf60d0731e9.tar.gz coredns-b0d37c54431c7889eabe5b181e450cf60d0731e9.tar.zst coredns-b0d37c54431c7889eabe5b181e450cf60d0731e9.zip |
fix tls_servername in cloudflare example (#2466)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/forward/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/README.md b/plugin/forward/README.md index fe32116b6..ecd38f53f 100644 --- a/plugin/forward/README.md +++ b/plugin/forward/README.md @@ -167,7 +167,7 @@ Or with multiple upstreams from the same provider ~~~ corefile . { forward . tls://1.1.1.1 tls://1.0.0.1 { - tls_servername loudflare-dns.com + tls_servername cloudflare-dns.com health_check 5s } cache 30 |