DNS libary in Haskell
Go to file
2018-03-07 11:01:41 +09:00
cbits breaking the loop if spaceAvailable is 0. 2017-09-22 16:51:50 +09:00
examples Update example 2015-06-02 05:19:45 +00:00
Network removing MIN_VERSION_conduit(1,3,0). 2018-03-07 11:01:41 +09:00
test Merging the approach of the ghc8 branch. 2017-09-25 16:29:33 +09:00
test2 Add lookupSOA and address typo in SOA Type 2017-10-20 13:16:45 -07: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-01-22 10:50:56 +09:00
dns.cabal ver bumps up. 2018-01-22 10:51:44 +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