From: W.C.A. Wijngaards Date: Wed, 5 Aug 2020 08:25:56 +0000 (+0200) Subject: dlv removal, remove DLV references from man page and pythonmod interface. X-Git-Tag: release-1.12.0rc1~45^2~2^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f2b9b461b53e191e625fac7497f236b59e8068a;p=thirdparty%2Funbound.git dlv removal, remove DLV references from man page and pythonmod interface. --- diff --git a/doc/example.conf.in b/doc/example.conf.in index 03d22d381..5ed15397e 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -622,7 +622,7 @@ server: # more slabs reduce lock contention, but fragment memory usage. # key-cache-slabs: 4 - # the amount of memory to use for the negative cache (used for DLV). + # the amount of memory to use for the negative cache. # plain value in bytes or you can append k, m or G. default is "1Mb". # neg-cache-size: 1m diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 23895d808..7acb54b06 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1014,7 +1014,7 @@ Root key trust anchor sentinel. Default is yes. Sets domain name to be insecure, DNSSEC chain of trust is ignored towards the domain name. So a trust anchor above the domain name can not make the domain secure with a DS record, such a DS record is then ignored. -Also keys from DLV are ignored for the domain. Can be given multiple times +Can be given multiple times to specify multiple domains that are treated as if unsigned. If you set trust anchors for the domain they override this setting (and the domain is secured). diff --git a/pythonmod/interface.i b/pythonmod/interface.i index f08b575d7..71f2bf774 100644 --- a/pythonmod/interface.i +++ b/pythonmod/interface.i @@ -992,8 +992,6 @@ struct config_file { struct config_strlist* trust_anchor_file_list; struct config_strlist* trust_anchor_list; struct config_strlist* trusted_keys_file_list; - char* dlv_anchor_file; - struct config_strlist* dlv_anchor_list; int max_ttl; int32_t val_date_override; int bogus_ttl;