misc fixes
parent
404aabdcf4
commit
b20a9f1124
|
@ -22,6 +22,7 @@ dns:
|
||||||
- "IN\tPTR\\t(.+)$"
|
- "IN\tPTR\\t(.+)$"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: dsl
|
- type: regex
|
||||||
dsl:
|
group: 1
|
||||||
- ptr
|
regex:
|
||||||
|
- "IN\tPTR\t(.+)"
|
Loading…
Reference in New Issue