]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Merge branch 'branch-1.24.1'
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 22 Oct 2025 10:44:59 +0000 (12:44 +0200)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 22 Oct 2025 10:44:59 +0000 (12:44 +0200)
20 files changed:
1  2 
daemon/remote.c
doc/example.conf.in
doc/unbound.conf.5.in
doc/unbound.conf.rst
testdata/rrset_use_cached.rpl
testdata/serve_expired.rpl
testdata/serve_expired_0ttl_nodata.rpl
testdata/serve_expired_0ttl_nxdomain.rpl
testdata/serve_expired_0ttl_servfail.rpl
testdata/serve_expired_client_timeout.rpl
testdata/serve_expired_client_timeout_servfail.rpl
testdata/serve_expired_reply_ttl.rpl
testdata/serve_expired_ttl_client_timeout.rpl
testdata/serve_expired_zerottl.rpl
testdata/subnet_global_prefetch_always_forward.crpl
testdata/subnet_global_prefetch_expired.crpl
util/config_file.c
util/config_file.h
util/configlexer.lex
util/configparser.y

diff --cc daemon/remote.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 4aa65e1676a155252eb01b3b6f0b3a885c7e08c0,573e18bcf3209e8286630253878b30da083d8052..2fd7459c1d4932613ad133814df7e127e2a334e5
@@@ -3,9 -3,9 +3,10 @@@ server
        module-config: "validator iterator"
        qname-minimisation: "no"
        minimal-responses: no
+       iter-scrub-promiscuous: no
        serve-expired: yes
        serve-expired-client-timeout: 0
 +      serve-expired-reply-ttl: 123
        access-control: 127.0.0.1/32 allow_snoop
        ede: yes
        ede-serve-expired: yes
index a53df437aeb76df8891950c9563ba5f75e1f890d,4d483534d6b36af09348af7fc675c98e9237e369..6c2f6c92f0f52c55deace9f18130c346e80800e8
@@@ -3,9 -3,9 +3,10 @@@ server
        module-config: "validator iterator"
        qname-minimisation: "no"
        minimal-responses: no
+       iter-scrub-promiscuous: no
        serve-expired: yes
        serve-expired-client-timeout: 0
 +      serve-expired-reply-ttl: 123
        ede: yes
        ede-serve-expired: yes
  
Simple merge
Simple merge
index f2c8bdb60fcec94c84a1b906ff0e7a33058f4d8c,d32ae6da0d0e489dae45d5fec29b260b3c6a395f..a34a314afb3e9e6af8db015093fb765f18b3d28d
@@@ -14,8 -13,7 +14,9 @@@ server
        access-control: 127.0.0.1 allow_snoop
        qname-minimisation: no
        minimal-responses: no
 +      ede: yes
 +      ede-serve-expired: yes
+       iter-scrub-promiscuous: no
  
  stub-zone:
        name: "."
Simple merge
Simple merge
Simple merge
Simple merge