aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
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.