Description
The JSONL response output includes an unexpected raw_resp field that contains verbose DNS message details. This field should not be present in the standard JSONL output.
Expected Behavior
The JSONL response should only include essential fields like host, ttl, resolver, DNS records, status_code, and timestamp.
Actual Behavior
The JSONL response includes a large raw_resp object containing internal DNS message details (Id, Opcode, Question, Answer sections, etc.).
Related PR
Fixes #916
Reported by
@ehsandeep