aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Kohei Yoshida <14937183+ykhr53@users.noreply.github.com> 2019-12-11 19:16:53 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-12-11 11:16:53 -0800
commit6a7a75e0cc14159177e604d0157836cc32add343 (patch)
treee18c03ab5a4c30554dd08766b2fe1b31e13ca47f /notes
parent66f1659d0952807f6b090992ac61232e2d8f9a57 (diff)
downloadcoredns-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.md2
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`.