Software
skarnet.org
s6-dns
What is it ?
s6-dns is a suite of DNS client programs and libraries for Unix
systems, as an alternative to the BIND, djbdns or other DNS clients.
s6-dns may include its own series of DNS caches and servers at some
point in the future.
Installation
Requirements
- A POSIX-compliant system with a standard C development environment
- GNU make, version 4.0 or later
- skalibs version
2.3.3.0 or later
Licensing
s6-dns is free software. It is available under the
ISC license.
Download
Compilation
- See the enclosed INSTALL file for installation details.
Upgrade notes
- This page lists the differences to be aware of between
the previous versions of s6-dns and the current one.
Reference
Commands
All these commands exit 111 if they encounter a temporary error or
hardware error, and
100 if they encounter a permanent error - such as a misuse. Short-lived
commands exit 0 on success. Other exit codes are documented in the
relevant page.
Command-line DNS clients programs
Filtering tools
Command-line qualification
DNS analysis and debug tools
Miscellaneous utilities
Libraries
Protocol implementation and synchronous resolution
Asynchronous resolution
Related resources
s6-dns discussion
Similar work
- BIND is the most widely
used DNS software suite on the Internet. It's also arguably the most
buggy,
convoluted and impossible to understand.
- djbdns is DJB's DNS suite.
It works very well, but is unfortunately unmaintained by the author. s6-dns
follows the
same design principles.