Closed ilyaglow closed 1 year ago
This PR refactors DNS packet parsing a little and adds support for TXT and AAAA resource record types.
TXT
AAAA
Response for the TXT-record request may have multiple entries, so there are two ways to handle it:
The latter allows to keep result's value type consistency, so I sticked with it.
This PR refactors DNS packet parsing a little and adds support for
TXT
andAAAA
resource record types.Response for the TXT-record request may have multiple entries, so there are two ways to handle it:
The latter allows to keep result's value type consistency, so I sticked with it.