From: phonedph1 Date: Sat, 21 Sep 2024 19:28:27 +0000 (-0600) Subject: hint about what to do with the output X-Git-Tag: rec-5.2.0-alpha1~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798c2f1fe53abfd5e6715d44433aff6274a73260;p=thirdparty%2Fpdns.git hint about what to do with the output --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index f32e06405e..b3952fbd66 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -1009,7 +1009,7 @@ See :doc:`../guides/cache` for a how to. .. versionchanged:: 2.0.0 ``rawResponse`` added - Dump a summary of the cache entries to a file. + Dump a summary of the cache entries to a file. The raw response packet can be decoded by passing it to ``sdig``: ``echo [base64 encoded packet] | openssl base64 -d | sdig stdin 0 . A`` :param str fname: The path to a file where the cache summary should be dumped. Note that if the target file already exists, it will not be overwritten. :param bool rawResponse: Dump the raw packet response encoded with base64.