diff options
author | 2016-04-24 08:11:00 +0100 | |
---|---|---|
committer | 2016-04-24 08:11:00 +0100 | |
commit | 8e6c690484e3bab2dbebcf1958bfef168be6b922 (patch) | |
tree | 9796e95f73578e91a3f8fe77ef33ecea4aa21364 /README.md | |
parent | 40b6774acc9072f8ade2ccb17958ef7b799086dd (diff) | |
download | coredns-8e6c690484e3bab2dbebcf1958bfef168be6b922.tar.gz coredns-8e6c690484e3bab2dbebcf1958bfef168be6b922.tar.zst coredns-8e6c690484e3bab2dbebcf1958bfef168be6b922.zip |
README updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |