From: Willem Toorop Date: Wed, 10 Mar 2021 14:14:45 +0000 (+0100) Subject: put tls-use-sni: on a line of its own X-Git-Tag: release-1.13.2rc1~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c5e67a5a2153397b8f947d84c2095587f696588;p=thirdparty%2Funbound.git put tls-use-sni: on a line of its own Sorry about this, this must have happened when I added the entries for padding queries and responses. --- diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index 649078ea3..00c1191be 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -583,6 +583,7 @@ Default is yes. .B pad\-queries\-block\-size: \fI The block size with which to pad queries sent over TLS upstreams. Default is 128. +.TP .B tls\-use\-sni: \fI Enable or disable sending the SNI extension on TLS connections. Default is yes.