aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-12-20 11:02:24 +0000
committerGravatar GitHub <noreply@github.com> 2019-12-20 11:02:24 +0000
commitfb05c440f5299a4480dc557e94167cf26f629721 (patch)
tree06e180741ce17c96ef72f745e699f766079d8a7d /notes
parente1cf9ccdab004dccaac65543a62ef6c5d22ca841 (diff)
downloadcoredns-fb05c440f5299a4480dc557e94167cf26f629721.tar.gz
coredns-fb05c440f5299a4480dc557e94167cf26f629721.tar.zst
coredns-fb05c440f5299a4480dc557e94167cf26f629721.zip
Small tweaks to the notes (#3558)
made these to the coredns.io repo as well, but this is canonical. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.6.6.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/notes/coredns-1.6.6.md b/notes/coredns-1.6.6.md
index d29816c13..8fc797c16 100644
--- a/notes/coredns-1.6.6.md
+++ b/notes/coredns-1.6.6.md
@@ -12,13 +12,13 @@ The CoreDNS team has released
A fairly small release that polishes various plugins and fixes a bunch of bugs.
+## Security
-# Security
+The github.com/miekg/dns dependency has been updated
+to v1.1.25 to fix a DNS related security vulnerability
+([https://github.com/miekg/dns/issues/1043](https://github.com/miekg/dns/issues/1043)).
-The github.com/miekg/dns has been updated to v1.1.25 to fix a DNS related security
-vulnerability (https://github.com/miekg/dns/issues/1043).
-
-# Plugins
+## Plugins
A new plugin [*bufsize*](/plugin/bufsize) has been added that prevents IP fragmentation
for the DNS Flag Day 2020 and to deal with DNS vulnerabilities.