firedns
- is a C library for handling asynchronous DNS queries.
About firedns
- firedns; libfiredns is a library for handling asynchronous DNS requests. It provides a very simple interface for sending requests and parsing reponses, as well as low-timeout blocking functions. libfiredns functions have much lower timeouts than the stock functions, and tends to be faster, because they send requests to all configured system nameservers at the same time.
Installation
-
FreeBSD:
Using the ports system:
cd /usr/ports/dns/firedns make install clean
Using the pkg system:pkg install dns/firedns
See also: firestring