Skip to content
Florian Schmaus edited this page Mar 8, 2016 · 4 revisions

Roadmap

  • Improve IPv6 support

  • Work on resolver performing a query on the system's resolver first (DNSClient), with fallback to RecursiveDNSClient

  • Use the information found in the additional section for fast lookups. But take care of potential security implications (I think some DNS RFCs discuss this).

  • Make DNSClient return the first non-error response message

  • Introduce higher level API which returns e.g. RRSet for a given query (e.g. "foo.bar.com", TYPE.A)

  • Maybe even allowing querying for TYPE.A and TYPE.AAAA

Clone this wiki locally