removed answer in case of NXDOMAIN
parent
f8794112ab
commit
ea197a8b2c
|
@ -24,7 +24,6 @@ dns:
|
|||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: answer
|
||||
words:
|
||||
- "azure-api.net"
|
||||
- "azure-mobile.net"
|
||||
|
|
|
@ -27,7 +27,6 @@ dns:
|
|||
- "NXDOMAIN"
|
||||
|
||||
- type: regex
|
||||
part: answer
|
||||
regex:
|
||||
- "IN\tCNAME\\t(.+)$"
|
||||
|
||||
|
|
Loading…
Reference in New Issue