diff options
author | 2019-08-14 08:10:50 +0000 | |
---|---|---|
committer | 2019-08-14 08:10:50 +0000 | |
commit | ea0d6abc859a4e23960aa814c2c557710a832bf8 (patch) | |
tree | f055586729739700f2966034e0994b95b1b16f68 | |
parent | fcbe70f4f89609d540f15f27fbf97cb3010771c5 (diff) | |
download | coredns-ea0d6abc859a4e23960aa814c2c557710a832bf8.tar.gz coredns-ea0d6abc859a4e23960aa814c2c557710a832bf8.tar.zst coredns-ea0d6abc859a4e23960aa814c2c557710a832bf8.zip |
Tweak the notes a bit (#3128)
Say a thing about 1.12.8 and HTTP/2
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | notes/coredns-1.6.2.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/notes/coredns-1.6.2.md b/notes/coredns-1.6.2.md index b658e752a..7d1d8ed56 100644 --- a/notes/coredns-1.6.2.md +++ b/notes/coredns-1.6.2.md @@ -12,6 +12,9 @@ The CoreDNS team has released This is a bug fix release, but it also features a new plugin called [*azure*](/plugins/azure). +It's compiled with Go 1.12.8 that incorperates fixes for HTTP/2 that may impact you if you use +[DoH](https://tools.ietf.org/html/rfc8484). + # Plugins * Add [*azure*](/plugins/azure) to facilitate serving records from Microsoft Azure. |