mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- Fix test for new default.
This commit is contained in:
parent
c9233f8429
commit
6afdc336ba
4 changed files with 3 additions and 1 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
Thanks to Xiang Li, from NISL Lab, Tsinghua University.
|
Thanks to Xiang Li, from NISL Lab, Tsinghua University.
|
||||||
- Set default for harden-unknown-additional to no. So that it does
|
- Set default for harden-unknown-additional to no. So that it does
|
||||||
not hamper future protocol developments.
|
not hamper future protocol developments.
|
||||||
|
- Fix test for new default.
|
||||||
|
|
||||||
18 January 2023: Wouter
|
18 January 2023: Wouter
|
||||||
- Fix not following cleared RD flags potentially enables amplification
|
- Fix not following cleared RD flags potentially enables amplification
|
||||||
|
|
|
||||||
1
testdata/val_any.rpl
vendored
1
testdata/val_any.rpl
vendored
|
|
@ -8,6 +8,7 @@ server:
|
||||||
fake-sha1: yes
|
fake-sha1: yes
|
||||||
trust-anchor-signaling: no
|
trust-anchor-signaling: no
|
||||||
rrset-roundrobin: no
|
rrset-roundrobin: no
|
||||||
|
harden-unknown-additional: yes
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
1
testdata/val_any_dname.rpl
vendored
1
testdata/val_any_dname.rpl
vendored
|
|
@ -8,7 +8,6 @@ server:
|
||||||
fake-sha1: yes
|
fake-sha1: yes
|
||||||
trust-anchor-signaling: no
|
trust-anchor-signaling: no
|
||||||
rrset-roundrobin: no
|
rrset-roundrobin: no
|
||||||
; this allows the SRV entry in the answer packet additional section.
|
|
||||||
harden-unknown-additional: no
|
harden-unknown-additional: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
|
|
|
||||||
1
testdata/val_any_negcache.rpl
vendored
1
testdata/val_any_negcache.rpl
vendored
|
|
@ -9,6 +9,7 @@ server:
|
||||||
trust-anchor-signaling: no
|
trust-anchor-signaling: no
|
||||||
rrset-roundrobin: no
|
rrset-roundrobin: no
|
||||||
aggressive-nsec: yes
|
aggressive-nsec: yes
|
||||||
|
harden-unknown-additional: yes
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue