internetarchive / internetarchive/heritrix3
Text versions of DNS should be recorded as WARC-Type resource instead of response
Open
bug
- Dominant language
- Java
- Stars
- 3.3k
- Forks
- 793
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 8
Description
Heritrix currently records DNS records as text/dns response records. This seems incorrect according to the WARC spec as response records should include the network protocol information and the [DNS wire protocol](https://datatracker.ietf.org/doc/html/rfc1035#section-4.1) uses binary messages (application/dns-message).
Section 6.4.4 of the WARC 1.1 spec suggests using resource records for text/dns.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.