diff options
author | 2016-11-13 14:11:14 +0000 | |
---|---|---|
committer | 2016-11-13 14:11:14 +0000 | |
commit | f1a10d582662e4f845eabd873ceb60c9cb01fca7 (patch) | |
tree | d38c5c2fcb24c8d796c65b402d4e912a410e2aa6 | |
parent | ece3cf8ecf5c9bb9cf523eb1e271f196c0929982 (diff) | |
download | coredns-f1a10d582662e4f845eabd873ceb60c9cb01fca7.tar.gz coredns-f1a10d582662e4f845eabd873ceb60c9cb01fca7.tar.zst coredns-f1a10d582662e4f845eabd873ceb60c9cb01fca7.zip |
Add goreportcard
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ # CoreDNS - [](https://godoc.org/github.com/miekg/coredns) - [](https://travis-ci.org/miekg/coredns) +[](https://godoc.org/github.com/miekg/coredns) +[](https://travis-ci.org/miekg/coredns) +[](https://goreportcard.com/report/github.com/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 |