From: Cmdr Riker Date: Sun, 16 Jun 2019 17:47:50 +0000 (-0500) Subject: update docs for upcoming custom response header changes for dnsdist X-Git-Tag: dnsdist-1.4.0-rc1~16^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=652d83f4ab7c4bda0d0297b2a49a011b5b3aad9b;p=pdns update docs for upcoming custom response header changes for dnsdist --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 25a40862d..87564cc19 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -126,6 +126,7 @@ Listen Sockets * ``ciphers``: str - The TLS ciphers to use, in OpenSSL format. Ciphers for TLS 1.3 must be specified via ``ciphersTLS13``. * ``ciphersTLS13``: str - The TLS ciphers to use for TLS 1.3, in OpenSSL format. * ``serverTokens``: str - The content of the Server: HTTP header returned by dnsdist. The default is "h2o/dnsdist". + * ``customResponseHeaders={}``: table - Set custom HTTP header(s) returned by dnsdist. .. function:: addTLSLocal(address, certFile(s), keyFile(s) [, options])