]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! add FORCE_PADDING option for requests
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 17 May 2019 17:29:09 +0000 (19:29 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 17 May 2019 17:29:09 +0000 (19:29 +0200)
daemon/bindings/net.rst

index fe3ed374bd6eceebe4ceecb28e8fb9aef3c0e02f..a3269e29627c803c77a32ff857c3844c12a1ef6a 100644 (file)
@@ -342,8 +342,9 @@ by a trusted CA. This is done using function :c:func:`net.tls()`.
    answer will have size of a multiple of 64 (64, 128, 192, ...).  If
    set to `false` (or a number < 2), it will disable padding entirely.
 
-   You may force padding even on unencrypted answers via ``policy.FLAGS('FORCE_PADDING')``,
-   e.g. in conditioned on the request coming from a TLS-stripping proxy.
+   You may force padding even on unencrypted answers via ``policy.FLAGS('FORCE_PADDING')``
+   action, e.g. conditioned on the request coming from a TLS-stripping proxy;
+   see :ref:`mod-policy` for details.
 
 .. function:: net.tls_sticket_secret([string with pre-shared secret])