diff options
author | 2018-02-21 09:21:04 -0500 | |
---|---|---|
committer | 2018-02-21 14:21:04 +0000 | |
commit | a9af519f83dbebac26cd33a32883474c189caae5 (patch) | |
tree | 6e7e49104ccb5cc35dbec82cab796257776a060e /README.md | |
parent | bfee92a7050f186ba298548942c068075af854bb (diff) | |
download | coredns-a9af519f83dbebac26cd33a32883474c189caae5.tar.gz coredns-a9af519f83dbebac26cd33a32883474c189caae5.tar.zst coredns-a9af519f83dbebac26cd33a32883474c189caae5.zip |
minor readme fix (#1547)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ function. CoreDNS is a [Cloud Native Computing Foundation](https://cncf.io) inception level project. CoreDNS is a fast and flexible DNS server. The keyword here is *flexible*: with CoreDNS you -are able to do what you want with your DNS data by utilizing plugin. If some functionality is not +are able to do what you want with your DNS data by utilizing plugins. If some functionality is not provided out of the box you can add it by [writing a plugin](https://coredns.io/explugins). CoreDNS can listen for DNS request coming in over UDP/TCP (go'old DNS), TLS ([RFC |