diff options
author | 2017-03-02 16:16:31 -0600 | |
---|---|---|
committer | 2017-03-02 22:16:31 +0000 | |
commit | 22c9289458b16b684491d92e221bd59dc096e02b (patch) | |
tree | 988c14741d797548e455a4c79d57c8bc591e5235 /README.md | |
parent | 6966bce653a1a866c2a8fc3f8b5bcccf123a046d (diff) | |
download | coredns-22c9289458b16b684491d92e221bd59dc096e02b.tar.gz coredns-22c9289458b16b684491d92e221bd59dc096e02b.tar.zst coredns-22c9289458b16b684491d92e221bd59dc096e02b.zip |
Add reference to CNCF in README (#567)
https://cncf.io
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ 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. +Caddy. CoreDNS is also a [Cloud Native Computing Foundation](https://cncf.io) inception level project. CoreDNS is the successor to [SkyDNS](https://github.com/skynetservices/skydns). SkyDNS is a thin layer that exposes services in etcd in the DNS. CoreDNS builds on this idea and is a generic DNS |