Skip to content

Commit

Permalink
removed answer in case of NXDOMAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Oct 2, 2023
1 parent f879411 commit ea197a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dns/azure-takeover-detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dns:
matchers-condition: and
matchers:
- type: word
part: answer
words:
- "azure-api.net"
- "azure-mobile.net"
Expand Down
1 change: 0 additions & 1 deletion dns/detect-dangling-cname.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dns:
- "NXDOMAIN"

- type: regex
part: answer
regex:
- "IN\tCNAME\\t(.+)$"

Expand Down

0 comments on commit ea197a8

Please sign in to comment.