diff options
author | 2016-03-20 15:02:30 +0100 | |
---|---|---|
committer | 2016-03-20 15:07:51 +0100 | |
commit | b247c28bcfa98beebabaf8b4765bdf6ab45de7e2 (patch) | |
tree | 2a5f50a066a847b40062359ef88faba7047fe19b /README.md | |
parent | 41d5d40a31db5caf15398df4aa888f167a926b10 (diff) | |
download | coredns-b247c28bcfa98beebabaf8b4765bdf6ab45de7e2.tar.gz coredns-b247c28bcfa98beebabaf8b4765bdf6ab45de7e2.tar.zst coredns-b247c28bcfa98beebabaf8b4765bdf6ab45de7e2.zip |
Fix early stage warning
I'm guessing this was the intended meaning. =)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CoreDNS is DNS server that started as a fork of [Caddy](https://github.com/mholt/caddy/). It has the same model: it chains middleware. -It is in the early stages of development on should be used on production servers. For now most +It is in the early stages of development and should **not** be used on production servers yet. For now most documentation is in the source and some blog articles can be [found here](https://miek.nl/tags/coredns/). |