diff options
author | 2019-12-11 19:16:53 +0000 | |
---|---|---|
committer | 2019-12-11 11:16:53 -0800 | |
commit | 6a7a75e0cc14159177e604d0157836cc32add343 (patch) | |
tree | e18c03ab5a4c30554dd08766b2fe1b31e13ca47f /notes | |
parent | 66f1659d0952807f6b090992ac61232e2d8f9a57 (diff) | |
download | coredns-6a7a75e0cc14159177e604d0157836cc32add343.tar.gz coredns-6a7a75e0cc14159177e604d0157836cc32add343.tar.zst coredns-6a7a75e0cc14159177e604d0157836cc32add343.zip |
fixed typo (#3532)v1.6.6
Signed-off-by: ykhr53 <yukihira.lab@gmail.com>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.6.6.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/coredns-1.6.6.md b/notes/coredns-1.6.6.md index d0d78293c..d29816c13 100644 --- a/notes/coredns-1.6.6.md +++ b/notes/coredns-1.6.6.md @@ -20,7 +20,7 @@ vulnerability (https://github.com/miekg/dns/issues/1043). # Plugins -A new plugin [*bufsize*](/plugins/bufsize) has been added that prevents IP fragmentation +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. * [*cache*](/plugin/cache) added a `serve_stale` option similar to `unbound`'s `serve_expired`. |