updated dnssec to use matcher instead of extractors (#6380)
parent
33078fdfa9
commit
d503951503
|
@ -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(.+)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue