add extractor
parent
213b4c2702
commit
3096ef92b3
|
@ -13,6 +13,12 @@ dns:
|
|||
- name: "{{FQDN}}"
|
||||
type: A
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
group: 1
|
||||
regex:
|
||||
- 'IN\t(?:A|CNAME)\t([A-Za-z0-9-_.]*([a-zA-Z]+[0-9]+|[0-9.]+[a-zA-Z]+))'
|
||||
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
|
||||
|
|
Loading…
Reference in New Issue