DNS libary in Haskell
Go to file
2018-10-10 18:52:38 +09:00
cbits breaking the loop if spaceAvailable is 0. 2017-09-22 16:51:50 +09:00
examples fixing SimpleServer. 2018-04-13 17:28:48 +09:00
Network Fix typo RD -> CD 2018-10-10 04:56:43 -04:00
test Make use of the RD and CD bits configurable 2018-10-06 04:12:56 -04:00
test2 renaming and brushing up doctest. 2018-10-10 12:31:23 +09:00
.gitignore Update gitignore 2017-07-05 01:19:38 +09:00
.travis.yml testing with GHC 8.2. 2017-07-26 13:05:24 +09:00
appveyor.yml no doctest on AppVeyor. 2017-09-04 12:12:15 +09:00
Changelog.md changelog. 2018-05-21 14:19:57 +09:00
dns.cabal ver bumps up. 2018-05-21 14:20:11 +09:00
LICENSE initial import. 2010-03-17 15:04:11 +09:00
README.md updating readme. 2017-09-26 14:22:55 +09:00
Setup.hs initial import. 2010-03-17 15:04:11 +09:00
stack.yaml trying to fix appveyor. 2017-11-15 11:10:09 +09:00

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

master branch

  • DNSSEC