removed answer in case of NXDOMAIN

patch-1
sandeep 2023-10-02 20:34:37 +05:30
parent f8794112ab
commit ea197a8b2c
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -27,7 +27,6 @@ dns:
- "NXDOMAIN" - "NXDOMAIN"
- type: regex - type: regex
part: answer
regex: regex:
- "IN\tCNAME\\t(.+)$" - "IN\tCNAME\\t(.+)$"