diff options
author | 2019-09-09 23:22:43 -0700 | |
---|---|---|
committer | 2019-09-10 07:22:43 +0100 | |
commit | 6579d60b089b7eb84067445434ac7f956850332d (patch) | |
tree | 877f52da4709dcc9b946ab7d675ac1dad879b8d0 /README.md | |
parent | be923eaf9bba15af46d36953d250cbfa546de1ec (diff) | |
download | coredns-6579d60b089b7eb84067445434ac7f956850332d.tar.gz coredns-6579d60b089b7eb84067445434ac7f956850332d.tar.zst coredns-6579d60b089b7eb84067445434ac7f956850332d.zip |
Fix RFC link for RFC8484 (#3271)
This fix fixes 3270
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ provided out of the box you can add it by [writing a plugin](https://coredns.io/ CoreDNS can listen for DNS requests coming in over UDP/TCP (go'old DNS), TLS ([RFC 7858](https://tools.ietf.org/html/rfc7858)), also called DoT, DNS over HTTP/2 - DoH - -([RFC 8484](https://tools.ietf.org/html/rfc7858)) and [gRPC](https://grpc.io) (not a standard). +([RFC 8484](https://tools.ietf.org/html/rfc8484)) and [gRPC](https://grpc.io) (not a standard). Currently CoreDNS is able to: |