From 728a3cd7a6acc7d7dfa66e8b91704db0c86bbf71 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 3 May 2021 13:07:12 +0200 Subject: [PATCH] Changelog note and improved comment. - Fix #481: Fix comment in configuration file. --- doc/Changelog | 3 +++ doc/example.conf.in | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 6f1b4c3a2..a3a93926b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +3 May 2021: Wouter + - Fix #481: Fix comment in configuration file. + 29 April 2021: Wouter - Add that log-servfail prints an IP address and more information about one of the last failures for that query. diff --git a/doc/example.conf.in b/doc/example.conf.in index 2149b2258..0a250bc79 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -508,6 +508,7 @@ server: # # If you want to perform DNSSEC validation, run unbound-anchor before # 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 # and under the terms of our LICENSE (see that file in the source). # auto-trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@" -- 2.47.3