]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
dlv removal, remove DLV references from man page and pythonmod interface.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 5 Aug 2020 08:25:56 +0000 (10:25 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 5 Aug 2020 08:25:56 +0000 (10:25 +0200)
doc/example.conf.in
doc/unbound.conf.5.in
pythonmod/interface.i

index 03d22d3813ee1bec3dc7c0c8f2396a84acd704b5..5ed15397ec28fdc5c2df4b15e72d7a408737d9a1 100644 (file)
@@ -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
 
index 23895d8088113528c56b741980d3fda31744eb54..7acb54b06be5b88f7a797dcac9926ae250bf3e99 100644 (file)
@@ -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).
index f08b575d7932c798e26f8a82920ecedc44e9f206..71f2bf774d0ff444c80ebd42b4651047b447212b 100644 (file)
@@ -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;