fix missing links (#3560)

Signed-off-by: ykhr53 <ykhr53@yokohei.com>
This commit is contained in:
Kohei Yoshida 2019-12-20 11:31:16 +00:00 committed by Miek Gieben
parent fb05c440f5
commit e04128c32b

View file

@ -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