aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-04-24 08:11:00 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2016-04-24 08:11:00 +0100
commit8e6c690484e3bab2dbebcf1958bfef168be6b922 (patch)
tree9796e95f73578e91a3f8fe77ef33ecea4aa21364 /README.md
parent40b6774acc9072f8ade2ccb17958ef7b799086dd (diff)
downloadcoredns-8e6c690484e3bab2dbebcf1958bfef168be6b922.tar.gz
coredns-8e6c690484e3bab2dbebcf1958bfef168be6b922.tar.zst
coredns-8e6c690484e3bab2dbebcf1958bfef168be6b922.zip
README updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c0ac0d4ae..cfc94dc63 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@
CoreDNS is DNS server that started as a fork of [Caddy](https://github.com/mholt/caddy/). It has the
same model: it chains middleware.
+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 a middleware!
+
Currently CoreDNS is able to:
* Serve zone data from a file, both DNSSEC (NSEC only) and DNS is supported (middleware/file).