Commit e04128c3 authored by Kohei Yoshida's avatar Kohei Yoshida Committed by Miek Gieben

fix missing links (#3560)

Signed-off-by: default avatarykhr53 <ykhr53@yokohei.com>
parent fb05c440
...@@ -20,12 +20,12 @@ to v1.1.25 to fix a DNS related security vulnerability ...@@ -20,12 +20,12 @@ to v1.1.25 to fix a DNS related security vulnerability
## Plugins ## 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. 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`. * [*cache*](/plugins/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. * [*sign*](/plugins/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. * [*transfer*](/plugins/transfer) fixed calling wg.Add in main goroutine to avoid race conditons.
## Brought to You By ## Brought to You By
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment