mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-18 23:06:06 -05:00
- Fix unbound.conf man page entry for root-hints to say it can
be used without strongly recommending it.
This commit is contained in:
parent
a4dd321fd8
commit
964848b94a
2 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,8 @@
|
|||
- Add extended dns error code for invalid query type to definition
|
||||
list.
|
||||
- Fix to update openssl version in ios ci.
|
||||
- Fix unbound.conf man page entry for root-hints to say it can
|
||||
be used without strongly recommending it.
|
||||
|
||||
10 October 2025: Wouter
|
||||
- Fix #1358 Enabling FIPS in OpenSSL causes unit test to fail.
|
||||
|
|
|
|||
|
|
@ -1680,8 +1680,8 @@ These options are part of the **server:** clause.
|
|||
Default is nothing, using builtin hints for the IN class.
|
||||
The file has the format of zone files, with root nameserver names and
|
||||
addresses only.
|
||||
The default may become outdated, when servers change, therefore it is good
|
||||
practice to use a root hints file.
|
||||
The default may become outdated, when servers change, and then it is
|
||||
possible to use a root hints file with specific servers.
|
||||
|
||||
Default: ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue