From 798c2f1fe53abfd5e6715d44433aff6274a73260 Mon Sep 17 00:00:00 2001 From: phonedph1 Date: Sat, 21 Sep 2024 13:28:27 -0600 Subject: [PATCH] hint about what to do with the output --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2