Skip to content

Commit

Permalink
Including parsed DNS data in the export.
Browse files Browse the repository at this point in the history
  • Loading branch information
Macmod committed Dec 16, 2024
1 parent d70ca6b commit 6a28953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tui/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func exportADIDNSToFile(currentNode *tview.TreeNode, outputFilename string) {
recordsObj = append(recordsObj, map[string]any{
"Type": recordType,
"Value": rec,
"Data": rec.GetRecordData(),
})
}

Expand Down

0 comments on commit 6a28953

Please sign in to comment.