aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Michael <michael-k@users.noreply.github.com> 2017-03-29 08:24:08 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2017-03-29 09:24:08 +0100
commit7f72c11716707ba3dbabab2dfaf1b2ec568e2974 (patch)
treece5bb1876a30c22e08a49b36beb3738c7cf7b6d4 /README.md
parent757f49d8ff2687d289468b00835f360614357252 (diff)
downloadcoredns-7f72c11716707ba3dbabab2dfaf1b2ec568e2974.tar.gz
coredns-7f72c11716707ba3dbabab2dfaf1b2ec568e2974.tar.zst
coredns-7f72c11716707ba3dbabab2dfaf1b2ec568e2974.zip
readme: fixed typos (#607)
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 074b98c5d..5a74e268a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ CoreDNS aims to be a fast and flexible DNS server. The keyword here is *flexible
are able to do what you want with your DNS data. And if not: write some middleware!
CoreDNS can listen for DNS request coming in over UDP/TCP (go'old DNS), TLS ([RFC
-7858](https://tools.ietf.org/html/rfc7858)) and gRPC (not a standard.
+7858](https://tools.ietf.org/html/rfc7858)) and gRPC (not a standard).
Currently CoreDNS is able to:
@@ -28,7 +28,7 @@ Currently CoreDNS is able to:
* Sign zone data on-the-fly (*dnssec*).
* Load balancing of responses (*loadbalance*).
* Allow for zone transfers, i.e., act as a primary server (*file*).
-* Automatically load zone files from disk (*auto*)
+* Automatically load zone files from disk (*auto*).
* Caching (*cache*).
* Health checking endpoint (*health*).
* Use etcd as a backend, i.e., a 101.5% replacement for
@@ -166,7 +166,7 @@ The next one only defines a port:
~~~
This defaults to the root zone `.`, but can't be overruled with the `-dns.port` flag.
-Just specifying a zone, default to listening on port 53 (can still be overridden with `-dns.port`:
+Just specifying a zone, default to listening on port 53 (can still be overridden with `-dns.port`):
~~~ txt
example.org {
@@ -194,10 +194,10 @@ When no transport protocol is specified the default `dns://` is assumed.
## Blog and Contact
-Website: <https://coredns.io>
-Twitter: [@corednsio](https://twitter.com/corednsio)
-Docs: <https://miek.nl/tags/coredns/>
-Github: <https://github.com/coredns/coredns>
+- Website: <https://coredns.io>
+- Twitter: [@corednsio](https://twitter.com/corednsio)
+- Docs: <https://miek.nl/tags/coredns/>
+- Github: <https://github.com/coredns/coredns>
## Systemd Service File