Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 977 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 977 Bytes

Tiny DNS Client

Build Version

A small, fast, modern DNS / MDNS / DNS-SD client

Features:

  • Recursive resolution from root hints with no DNS servers configured
  • Resolution from OS or DHCP configured DNS servers
  • Resolution using common public recursive resolvers (Google, CloudFlare, etc.)
  • Support for DoH (DNS over HTTPS) with options for secure or insecure lookup
  • Leak protection to ensure sensitive queries are not shared with public DNS servers
  • A DNS-SD and MDNS client with known answer suppression, passive caching and other mandatory and optional flood control features from the spec.
  • Support for async, zerocopy, spans and all the modern .Net performance features
  • See the TinyDNSDemo project for examples