dns/README.md
2017-09-08 10:05:51 +09:00

751 B

Highly concurrent DNS library purely in Haskell

Features

  • This library supports both IPv4 and IPv6 for resolving (A and AAAA) and transport (using getaddrinfo).
  • This library can be used for both clients and servers on Unix, Mac and Windows.

Experience reports:

Todo

  • EDNS0
  • DNSSEC
  • Default DNS server detection on Windows (now included in the master branch).