updated dnssec to use matcher instead of extractors (#6380)
parent
33078fdfa9
commit
d503951503
|
@ -16,9 +16,8 @@ dns:
|
|||
- name: "{{FQDN}}"
|
||||
type: DS
|
||||
|
||||
extractors:
|
||||
matchers:
|
||||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- "IN\tDS\t(.+)"
|
||||
|
||||
|
|
Loading…
Reference in New Issue