From 6a7a75e0cc14159177e604d0157836cc32add343 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida <14937183+ykhr53@users.noreply.github.com> Date: Wed, 11 Dec 2019 19:16:53 +0000 Subject: [PATCH] fixed typo (#3532) Signed-off-by: ykhr53 --- notes/coredns-1.6.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.