Check that pending negative cache entries for DS can be used successfully
Prime the cache with a negative cache DS entry then make a query for name beneath that entry. This will cause the DS entry to be retieved as part of the validation process. Each RRset in the ncache entry will be validated and the trust level for each will be updated.
This commit is contained in:
@@ -55,6 +55,10 @@ ns3.secure A 10.53.0.3
|
||||
insecure NS ns.insecure
|
||||
ns.insecure A 10.53.0.3
|
||||
|
||||
; A second insecure subdomain
|
||||
insecure2 NS ns.insecure2
|
||||
ns.insecure2 A 10.53.0.3
|
||||
|
||||
; A secure subdomain we're going to inject bogus data into
|
||||
bogus NS ns.bogus
|
||||
ns.bogus A 10.53.0.3
|
||||
|
||||
Reference in New Issue
Block a user