mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Disable minimal-responses in ipsecmod unit tests.
git-svn-id: file:///svn/unbound/trunk@4875 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
f7118f29b9
commit
ae2653fcc5
6 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
28 August 2018: Ralph
|
||||||
|
- Disable minimal-responses in ipsecmod unit tests.
|
||||||
|
|
||||||
27 August 2018: Wouter
|
27 August 2018: Wouter
|
||||||
- Set defaults to yes for a number of options to increase speed and
|
- Set defaults to yes for a number of options to increase speed and
|
||||||
resilience of the server. The so-reuseport, harden-below-nxdomain,
|
resilience of the server. The so-reuseport, harden-below-nxdomain,
|
||||||
|
|
|
||||||
1
testdata/ipsecmod_enabled.crpl
vendored
1
testdata/ipsecmod_enabled.crpl
vendored
|
|
@ -10,6 +10,7 @@ server:
|
||||||
ipsecmod-max-ttl: 200
|
ipsecmod-max-ttl: 200
|
||||||
ipsecmod-enabled: no
|
ipsecmod-enabled: no
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
1
testdata/ipsecmod_ignore_bogus_ipseckey.crpl
vendored
1
testdata/ipsecmod_ignore_bogus_ipseckey.crpl
vendored
|
|
@ -17,6 +17,7 @@ server:
|
||||||
ipsecmod-max-ttl: 200
|
ipsecmod-max-ttl: 200
|
||||||
ipsecmod-ignore-bogus: yes
|
ipsecmod-ignore-bogus: yes
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
1
testdata/ipsecmod_max_ttl.crpl
vendored
1
testdata/ipsecmod_max_ttl.crpl
vendored
|
|
@ -9,6 +9,7 @@ server:
|
||||||
ipsecmod-strict: no
|
ipsecmod-strict: no
|
||||||
ipsecmod-max-ttl: 200
|
ipsecmod-max-ttl: 200
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
1
testdata/ipsecmod_strict.crpl
vendored
1
testdata/ipsecmod_strict.crpl
vendored
|
|
@ -9,6 +9,7 @@ server:
|
||||||
ipsecmod-strict: yes
|
ipsecmod-strict: yes
|
||||||
ipsecmod-max-ttl: 200
|
ipsecmod-max-ttl: 200
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
1
testdata/ipsecmod_whitelist.crpl
vendored
1
testdata/ipsecmod_whitelist.crpl
vendored
|
|
@ -10,6 +10,7 @@ server:
|
||||||
ipsecmod-max-ttl: 200
|
ipsecmod-max-ttl: 200
|
||||||
ipsecmod-whitelist: white.example.com
|
ipsecmod-whitelist: white.example.com
|
||||||
qname-minimisation: "no"
|
qname-minimisation: "no"
|
||||||
|
minimal-responses: no
|
||||||
|
|
||||||
stub-zone:
|
stub-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue