4693. [func] Synthesis of responses from DNSSEC-verified records.
Stage 1 covers NXDOMAIN synthesis from NSEC records.
This is controlled by synth-from-dnssec and is enabled
by default. [RT #40138]
This commit is contained in:
7
bin/tests/system/synthfromdnssec/ns1/example.db.in
Normal file
7
bin/tests/system/synthfromdnssec/ns1/example.db.in
Normal file
@@ -0,0 +1,7 @@
|
||||
$TTL 3600
|
||||
@ SOA ns1 hostmaster 1 3600 1200 604800 3600
|
||||
@ NS ns1
|
||||
ns1 A 10.53.0.1
|
||||
nodata TXT nodata
|
||||
*.wild-a A 1.2.3.4
|
||||
*.wild-cname CNAME ns1
|
||||
Reference in New Issue
Block a user