mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
- Fix test for new default.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
Thanks to Xiang Li, from NISL Lab, Tsinghua University.
|
||||
- Set default for harden-unknown-additional to no. So that it does
|
||||
not hamper future protocol developments.
|
||||
- Fix test for new default.
|
||||
|
||||
18 January 2023: Wouter
|
||||
- Fix not following cleared RD flags potentially enables amplification
|
||||
|
||||
Vendored
+1
@@ -8,6 +8,7 @@ server:
|
||||
fake-sha1: yes
|
||||
trust-anchor-signaling: no
|
||||
rrset-roundrobin: no
|
||||
harden-unknown-additional: yes
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
||||
Vendored
-1
@@ -8,7 +8,6 @@ server:
|
||||
fake-sha1: yes
|
||||
trust-anchor-signaling: no
|
||||
rrset-roundrobin: no
|
||||
; this allows the SRV entry in the answer packet additional section.
|
||||
harden-unknown-additional: no
|
||||
|
||||
stub-zone:
|
||||
|
||||
Vendored
+1
@@ -9,6 +9,7 @@ server:
|
||||
trust-anchor-signaling: no
|
||||
rrset-roundrobin: no
|
||||
aggressive-nsec: yes
|
||||
harden-unknown-additional: yes
|
||||
|
||||
stub-zone:
|
||||
name: "."
|
||||
|
||||
Reference in New Issue
Block a user