chrysn / aiocoap

The Python CoAP library
Other
267 stars 120 forks source link

Support advanced DNS queries #366

Open chrysn opened 1 month ago

chrysn commented 1 month ago

In light of work on transport-indication, it would be good to be able to get more DNS results than just A / AAAA records back from a query: SVCB requests would be interesting, as would be TLSA records for setting up TLS.

The current getaddrinfo based interface doesn't provide anything exceeding A/AAAA records.

Trouble is: getaddrinfo appears to be the last portable thing.