aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Östanbäck <cez81@users.noreply.github.com> 2017-05-30 16:03:35 +0200
committerGravatar Miek Gieben <miek@miek.nl> 2017-05-30 15:03:35 +0100
commit6c774782e0d47c3e76f8b7339752caab57850710 (patch)
treee523500e9c6a45d5b9457768ab3bf137a4bfd80f
parentd917ff5ac2bc5c88f8aebb67cc6a085fa81eacb5 (diff)
downloadcoredns-6c774782e0d47c3e76f8b7339752caab57850710.tar.gz
coredns-6c774782e0d47c3e76f8b7339752caab57850710.tar.zst
coredns-6c774782e0d47c3e76f8b7339752caab57850710.zip
Fix typos (#682)
-rw-r--r--README.md2
-rw-r--r--middleware/proxy/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c5204637e..4d9af837f 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ And then just query on that port (53). The query should be forwarded to 8.8.8.8
will be returned. Each query should also show up in the log.
Serve the (NSEC) DNSSEC-signed `example.org` on port 1053, with errors and logging sent to stdout.
-Allow zone transfers to everybody, but specically mention 1 IP address so that CoreDNS can send
+Allow zone transfers to everybody, but specifically mention 1 IP address so that CoreDNS can send
notifies to it.
~~~ txt
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
}
}