aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-05-01 11:12:07 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2016-05-01 11:12:07 +0100
commitef7cb7788f34c864bb6dc149030eeb539a1ed562 (patch)
tree174e0807cb7b2057134f6922850ef60c6c8e6d9f /README.md
parente34e414e7ffed4b46777b3d6c7abe70ad2762f30 (diff)
downloadcoredns-ef7cb7788f34c864bb6dc149030eeb539a1ed562.tar.gz
coredns-ef7cb7788f34c864bb6dc149030eeb539a1ed562.tar.zst
coredns-ef7cb7788f34c864bb6dc149030eeb539a1ed562.zip
Add more features to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfc94dc63..6129607e4 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,12 @@ 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).
-* Retrieve zone data from primaries, i.e. act as a secondary server (middleware/file).
+* Retrieve zone data from primaries, i.e. act as a secondary server (AXFR only) (middleware/secondary).
+* Sign zone data on-the-fly (middleware/dnssec).
* Loadbalancing of responses (middleware/loadbalance).
* Allow for zone transfers, i.e. act as a primary server (middleware/file).
* Caching (middleware/cache).
+* Health checking (middleware/health).
* Use etcd as a backend, i.e. a 98.5% replacement for
[SkyDNS](https://github.com/skynetservices/skydns) (middleware/etcd).
* Serve as a proxy to forward queries to some other (recursive) nameserver (middleware/proxy).
@@ -20,6 +22,7 @@ Currently CoreDNS is able to:
* Provide metrics (by using Prometheus) (middleware/metrics).
* Provide Logging (middleware/log).
* Has support for the CH class: `version.bind` and friends (middleware/chaos).
+* Profiling support (middleware/pprof).
## Status