aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2017-03-19 09:12:18 +0000
committerGravatar GitHub <noreply@github.com> 2017-03-19 09:12:18 +0000
commit757f49d8ff2687d289468b00835f360614357252 (patch)
treed30c837c943fc0bc2ecef9e0652ef3c8e0318c30 /README.md
parent72f5a92d302637f40cf7f87ee9e8edf8f9943cf7 (diff)
downloadcoredns-757f49d8ff2687d289468b00835f360614357252.tar.gz
coredns-757f49d8ff2687d289468b00835f360614357252.tar.zst
coredns-757f49d8ff2687d289468b00835f360614357252.zip
dump travis to 1.8 (#606)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index e8c1dea5e..074b98c5d 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,9 @@
CoreDNS is a DNS server that started as a fork of [Caddy](https://github.com/mholt/caddy/). It has
the same model: it chains middleware. In fact it's so similar that CoreDNS is now a server type
-plugin for Caddy. CoreDNS is also a [Cloud Native Computing Foundation](https://cncf.io) inception
-level project.
+plugin for Caddy.
+
+CoreDNS is also a [Cloud Native Computing Foundation](https://cncf.io) inception level project.
CoreDNS is the successor to [SkyDNS](https://github.com/skynetservices/skydns). SkyDNS is a thin
layer that exposes services in etcd in the DNS. CoreDNS builds on this idea and is a generic DNS
@@ -17,10 +18,8 @@ server that can talk to multiple backends (etcd, kubernetes, etc.).
CoreDNS aims to be a fast and flexible DNS server. The keyword here is *flexible*: with CoreDNS you
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.
-
+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.
Currently CoreDNS is able to: