From e04128c32baf4f60f70c6971c2cbb607a8582c2f Mon Sep 17 00:00:00 2001 From: Kohei Yoshida <14937183+ykhr53@users.noreply.github.com> Date: Fri, 20 Dec 2019 11:31:16 +0000 Subject: [PATCH] fix missing links (#3560) Signed-off-by: ykhr53 --- notes/coredns-1.6.6.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notes/coredns-1.6.6.md b/notes/coredns-1.6.6.md index 8fc797c16..5ede37cac 100644 --- a/notes/coredns-1.6.6.md +++ b/notes/coredns-1.6.6.md @@ -20,12 +20,12 @@ to v1.1.25 to fix a DNS related security vulnerability ## Plugins -A new plugin [*bufsize*](/plugin/bufsize) has been added that prevents IP fragmentation +A new plugin [*bufsize*](/plugins/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`. -* [*sign*](/plugin/sign) fix signing of authoritative data that we are not authoritative for. -* [*transfer*](/plugin/transfer) fixed calling wg.Add in main goroutine to avoid race conditons. +* [*cache*](/plugins/cache) added a `serve_stale` option similar to `unbound`'s `serve_expired`. +* [*sign*](/plugins/sign) fix signing of authoritative data that we are not authoritative for. +* [*transfer*](/plugins/transfer) fixed calling wg.Add in main goroutine to avoid race conditons. ## Brought to You By