Commit graph

4 commits

Author SHA1 Message Date
Sergei Kolobov
f30dd3fa0c - Update to 0.25 2004-06-10 21:05:40 +00:00
Sergei Kolobov
ee6478c3fc SIZE *DOES* MATTER. 2004-01-30 16:03:29 +00:00
Sergei Kolobov
1834ff9206 - Update to 0.24 2004-01-02 22:28:35 +00:00
Sergei Kolobov
0702007805 Add skadns 0.23:
Skadns is a kind of an Asynchronous DNS client software:
- Kind of: it's small. Really small. But it just works.
- Asynchronous: all DNS operations are non-blocking.
- DNS client software: it's a DNS client, what you may know
  as a "stub resolver". To perform full DNS resolution,
  you will still need a full resolver like dnscache.

The skadns library offers a simple API to make asynchronous DNS queries.
The skadnsip, skadnsmx and skadnsfilter commands are examples
of how to use that API. They are mainly there for their source code.
The skadnsd daemon, usable as a child process or as a separate service,
handles the grunt work of DNS querying and makes the network
completely invisible to the client.

Author:	Laurent G. Bercot <ska-skaware@skarnet.org>
WWW:	http://www.skarnet.org/software/skadns/
2004-01-01 23:12:39 +00:00