mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Changelog note and improved comment.
- Fix #481: Fix comment in configuration file.
This commit is contained in:
parent
6bab2a2421
commit
728a3cd7a6
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
3 May 2021: Wouter
|
||||||
|
- Fix #481: Fix comment in configuration file.
|
||||||
|
|
||||||
29 April 2021: Wouter
|
29 April 2021: Wouter
|
||||||
- Add that log-servfail prints an IP address and more information
|
- Add that log-servfail prints an IP address and more information
|
||||||
about one of the last failures for that query.
|
about one of the last failures for that query.
|
||||||
|
|
|
||||||
|
|
@ -508,6 +508,7 @@ server:
|
||||||
#
|
#
|
||||||
# If you want to perform DNSSEC validation, run unbound-anchor before
|
# If you want to perform DNSSEC validation, run unbound-anchor before
|
||||||
# you start unbound (i.e. in the system boot scripts).
|
# you start unbound (i.e. in the system boot scripts).
|
||||||
|
# And then enable the auto-trust-anchor-file config item.
|
||||||
# Please note usage of unbound-anchor root anchor is at your own risk
|
# Please note usage of unbound-anchor root anchor is at your own risk
|
||||||
# and under the terms of our LICENSE (see that file in the source).
|
# and under the terms of our LICENSE (see that file in the source).
|
||||||
# auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@"
|
# auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue