aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Kohei Yoshida <14937183+ykhr53@users.noreply.github.com> 2019-12-20 11:31:16 +0000
committerGravatar Miek Gieben <miek@miek.nl> 2019-12-20 11:31:16 +0000
commite04128c32baf4f60f70c6971c2cbb607a8582c2f (patch)
tree766499c0ef4db6001f6db4d602692f20124a4f33 /notes
parentfb05c440f5299a4480dc557e94167cf26f629721 (diff)
downloadcoredns-e04128c32baf4f60f70c6971c2cbb607a8582c2f.tar.gz
coredns-e04128c32baf4f60f70c6971c2cbb607a8582c2f.tar.zst
coredns-e04128c32baf4f60f70c6971c2cbb607a8582c2f.zip
fix missing links (#3560)
Signed-off-by: ykhr53 <ykhr53@yokohei.com>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.6.6.md8
1 files 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