Commit 6c774782 authored by Jonas Östanbäck's avatar Jonas Östanbäck Committed by Miek Gieben

Fix typos (#682)

parent d917ff5a
...@@ -109,7 +109,7 @@ And then just query on that port (53). The query should be forwarded to 8.8.8.8 ...@@ -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. 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. 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. notifies to it.
~~~ txt ~~~ txt
......
...@@ -163,7 +163,7 @@ another stanza that uses plain DNS to resolve names under `example.org`. ...@@ -163,7 +163,7 @@ another stanza that uses plain DNS to resolve names under `example.org`.
~~~ ~~~
. { . {
proxy . 1.2.3.4:53 { proxy . 1.2.3.4:53 {
execpt example.org except example.org
protocol https_google protocol https_google
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment