- Cleanup ede.tdir test.

This commit is contained in:
Yorgos Thessalonikefs 2024-07-23 20:22:25 +02:00
parent 83e6977f06
commit 7d4d21764a
4 changed files with 9 additions and 12 deletions

View File

@ -1,5 +1,6 @@
23 July 2024: Yorgos
- Fix #1106: ratelimit-below-domain logs the wrong FROM address.
- Cleanup ede.tdir test.
23 July 2024: Wouter
- Merge #1110: Make fallthrough explicit for libworker.c.

View File

@ -24,4 +24,3 @@ auth-zone:
auth-zone:
name: "rrsig-failures.test"
zonefile: "bogus/rrsig-failures.test.signed"

View File

@ -33,18 +33,18 @@ server:
local-zone: test nodefault
do-not-query-localhost: no
forward-zone:
stub-zone:
name: "dnssec-failures.test"
forward-addr: 127.0.0.1@@PORT2@
stub-addr: 127.0.0.1@@PORT2@
forward-zone:
stub-zone:
name: "dnskey-failures.test"
forward-addr: 127.0.0.1@@PORT2@
stub-addr: 127.0.0.1@@PORT2@
forward-zone:
stub-zone:
name: "nsec-failures.test"
forward-addr: 127.0.0.1@@PORT2@
stub-addr: 127.0.0.1@@PORT2@
forward-zone:
stub-zone:
name: "rrsig-failures.test"
forward-addr: 127.0.0.1@@PORT2@
stub-addr: 127.0.0.1@@PORT2@

View File

@ -5,9 +5,6 @@
[ -f .tpkg.var.test ] && source .tpkg.var.test
# DNSSEC failure: Signature Expired or DNSKEY Missing (depending on the servfail configuration)
dig @127.0.0.1 -p $UNBOUND_PORT servfail.nl > servfail.txt
# DNSSEC failure: key not incepted
dig @127.0.0.1 -p $UNBOUND_PORT notyetincepted.dnssec-failures.test. TXT +dnssec > sig_notyetincepted.txt