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