We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877fb05 commit 458e7beCopy full SHA for 458e7be
engine/plugins/dns/txt.go
@@ -81,7 +81,7 @@ func (d *dnsTXT) process(e *et.Event, fqdn *dbt.Entity, txtRecords []*resolve.Ex
81
continue
82
}
83
84
- _, _ = e.Session.Cache().CreateEntityProperty(fqdn, &oamdns.DNSRecord{
+ _, _ = e.Session.Cache().CreateEntityProperty(fqdn, &oamdns.BasicDNSRelation{
85
Name: "TXT",
86
Value: record.Data,
87
})
0 commit comments