skadns is an asynchronous DNS client library. It was designed for simplicity of use and light resource usage, and can even be used on an embedded system. Unlike other DNS client libraries, skadns leaves the asynchronous work to a forked process, making the client API easy to understand and use.
| Tags | Internet DNS Software Development Libraries |
|---|---|
| Licenses | BSD Original |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Release Notes: This release complies with skalibs 0.43's stricter dependency policy in order to build properly.


Release Notes: This release updates the packaging, and uses the new features from skalibs-0.36.


Release Notes: This version just keeps in sync with the new gccattributes syntax in skalibs-0.23.


Release Notes: This release makes use of the new facilities in skalibs 0.22. It also removes obsolete support for anonymous Unix connections, and fixes a glitch that exported too many files.


Release Notes: This release fixes a bug which prevented applications which fork and exec from working properly with open skadns sessions: the connection fd was not set close-on-exec.