updated dnssec to use matcher instead of extractors (#6380)

patch-1
Sandeep Singh 2022-12-16 19:01:50 +05:30 committed by GitHub
parent 33078fdfa9
commit d503951503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -16,9 +16,8 @@ dns:
- name: "{{FQDN}}" - name: "{{FQDN}}"
type: DS type: DS
extractors: matchers:
- type: regex - type: regex
group: 1
regex: regex:
- "IN\tDS\t(.+)" - "IN\tDS\t(.+)"