diff options
author | 2017-05-30 16:03:35 +0200 | |
---|---|---|
committer | 2017-05-30 15:03:35 +0100 | |
commit | 6c774782e0d47c3e76f8b7339752caab57850710 (patch) | |
tree | e523500e9c6a45d5b9457768ab3bf137a4bfd80f /middleware | |
parent | d917ff5ac2bc5c88f8aebb67cc6a085fa81eacb5 (diff) | |
download | coredns-6c774782e0d47c3e76f8b7339752caab57850710.tar.gz coredns-6c774782e0d47c3e76f8b7339752caab57850710.tar.zst coredns-6c774782e0d47c3e76f8b7339752caab57850710.zip |
Fix typos (#682)
Diffstat (limited to 'middleware')
-rw-r--r-- | middleware/proxy/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/proxy/README.md b/middleware/proxy/README.md index 3b4f3098d..331dccd4b 100644 --- a/middleware/proxy/README.md +++ b/middleware/proxy/README.md @@ -163,7 +163,7 @@ another stanza that uses plain DNS to resolve names under `example.org`. ~~~ . { proxy . 1.2.3.4:53 { - execpt example.org + except example.org protocol https_google } } |