diff --git a/spec/getdns-0.509.tgz b/spec/getdns-0.509.tgz deleted file mode 100644 index b8297635..00000000 Binary files a/spec/getdns-0.509.tgz and /dev/null differ diff --git a/spec/getdns-0.510.tgz b/spec/getdns-0.510.tgz new file mode 100644 index 00000000..b944308a Binary files /dev/null and b/spec/getdns-0.510.tgz differ diff --git a/spec/index.html b/spec/index.html index c42ccd3c..02906d6a 100644 --- a/spec/index.html +++ b/spec/index.html @@ -2307,7 +2307,8 @@ getdns_context_set_upstream_recursive_servers( );
The list of dicts define where a stub resolver will send queries. Each dict contains
at least two names: address_type
(whose value is a bindata; it is currently either
-"IPv4" or "IPv6") and address_data
(whose value is a bindata). It might also contain
+"IPv4" or "IPv6") and address_data
(whose value is a bindata).
+For IPv6 link-local addresses, a scope_id
name (a bindata) can be provided. It might also contain
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
@@ -2451,7 +2452,7 @@ getdns_pretty_print_dict() for debugging.
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