DNS libary in Haskell
Go to file
2018-05-14 15:09:06 +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 improving an error message. 2018-05-14 15:09:06 +09:00
test defining DecodeError. 2018-04-16 17:09:03 +09:00
test2 adding test for send/receive. 2018-04-16 11:17:05 +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-03-07 12:13:13 +09:00
dns.cabal stop using Conduit. 2018-04-16 11:31:36 +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