From 2fa7fbefa43ea9f72987e31823524d13a1be8b7b Mon Sep 17 00:00:00 2001
From: Willem Toorop Originally edited by Paul Hoffman Currently maintained by the getdns team Document version: "getdns October 2015" Document version: "getdns December 2015" This document describes a modern asynchronous DNS API. This new API is intended to be useful to
application developers and operating system distributors as a way of making
@@ -2284,7 +2284,7 @@ For IPv6 link-local addresses, a scope_id
name (a bindata) can be p
port
to specify which port to use to contact these DNS servers; the default is 53. If
the stub and a recursive resolver both support TSIG (RFC 2845), the upstream_list
entry
can also contain tsig_algorithm
(a bindata) that is the name of the TSIG hash
-algorithm, and tsig_secret
(a bindata) that is the TSIG key.tsig_name
(a bindata) that is the name of the TSIG key, and tsig_secret
(a bindata) that is the TSIG key.
There is a tarball that includes the .h files, +
There is a tarball that includes the .h files, the examples, and so on. The examples all make, even though there is no API implementation, based on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine on the Macintosh and Ubuntu; help is definitely appreciated on making the build process