Hi, I announce EM-Udns:
EM-Udns is an async DNS resolver for EventMachine based on udns C
library. Having most of the code written in C, EM-Udns becomes very
fast. It can resolve DNS A, AAAA, PTR, MX, TXT, SRV and NAPTR records,
and can handle every kind of errors (domain/record not found, request
timeout, malformed response…).
GitHub - ibc/em-udns: An async DNS resolver for EventMachine based on the udns C library
I’ve tested the library extensively, it workes well and fast. Just one
point is missing:
I would like to ask for help to include udns C library sources within
em-udns gem. Please take a look to the issue description:
Integrate udns sources into em-udns · Issue #1 · ibc/em-udns · GitHub
In order to publish the em-udns Gem I need this issue to be solved, so
I really appreciate any help.
Cheers.