diff options
Diffstat (limited to 'doc/libunbound.3.in')
| -rw-r--r-- | doc/libunbound.3.in | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in index 003c867b1a7f..6115a977a501 100644 --- a/doc/libunbound.3.in +++ b/doc/libunbound.3.in @@ -1,4 +1,4 @@ -.TH "libunbound" "3" "Oct 8, 2018" "NLnet Labs" "unbound 1.8.1" +.TH "libunbound" "3" "Feb 5, 2019" "NLnet Labs" "unbound 1.9.0" .\" .\" libunbound.3 -- unbound library functions manual .\" @@ -20,6 +20,7 @@ .B ub_ctx_config, .B ub_ctx_set_fwd, .B ub_ctx_set_stub, +.B ub_ctx_set_tls, .B ub_ctx_resolvconf, .B ub_ctx_hosts, .B ub_ctx_add_ta, @@ -43,7 +44,7 @@ .B ub_ctx_zone_remove, .B ub_ctx_data_add, .B ub_ctx_data_remove -\- Unbound DNS validating resolver 1.8.1 functions. +\- Unbound DNS validating resolver 1.9.0 functions. .SH "SYNOPSIS" .B #include <unbound.h> .LP @@ -72,6 +73,9 @@ \fIint\fR isprime); .LP \fIint\fR +\fBub_ctx_set_tls\fR(\fIstruct ub_ctx*\fR ctx, \fIint\fR tls); +.LP +\fIint\fR \fBub_ctx_resolvconf\fR(\fIstruct ub_ctx*\fR ctx, \fIchar*\fR fname); .LP \fIint\fR @@ -227,6 +231,12 @@ for different zones, or to add multiple addresses for a particular zone. At this time it is only possible to set configuration before the first resolve is done. .TP +.B ub_ctx_set_tls +Enable DNS over TLS (DoT) for machines set with +.B ub_ctx_set_fwd. +At this time it is only possible to set configuration before the +first resolve is done. +.TP .B ub_ctx_resolvconf By default the root servers are queried and full resolver mode is used, but you can use this call to read the list of nameservers to use from the |
