diff options
author | 2016-09-25 08:39:20 +0100 | |
---|---|---|
committer | 2016-09-25 08:39:20 +0100 | |
commit | de0fa53379ab23f26ce04c4e981c220c45893bdb (patch) | |
tree | b452b69d81896db3d36212add08de77d667dd0f4 /README.md | |
parent | edc867fe5666350495bfc1f5071d2c5995559855 (diff) | |
download | coredns-de0fa53379ab23f26ce04c4e981c220c45893bdb.tar.gz coredns-de0fa53379ab23f26ce04c4e981c220c45893bdb.tar.zst coredns-de0fa53379ab23f26ce04c4e981c220c45893bdb.zip |
Doc: add package docs (#296)
* Doc: add package docs
Add short package level docs to make godoc looks nicer.
Add some badges to the README.
* correct url
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # CoreDNS + [](https://godoc.org/github.com/miekg/coredns) + [](https://travis-ci.org/miekg/coredns) + 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. |