DNS libary in Haskell
Go to file
2017-11-08 09:56:10 +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 updating doc. 2017-11-08 09:56:10 +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. 2017-11-07 15:41:15 +09:00
dns.cabal creating LookupRaw module. 2017-11-07 15:28:49 +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 Merging the approach of the ghc8 branch. 2017-09-25 16:29:33 +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