]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
hint about what to do with the output 14658/head
authorphonedph1 <ph1@slurpee3>
Sat, 21 Sep 2024 19:28:27 +0000 (13:28 -0600)
committerphonedph1 <ph1@slurpee3>
Sat, 21 Sep 2024 19:28:27 +0000 (13:28 -0600)
pdns/dnsdistdist/docs/reference/config.rst

index f32e06405e5395daedf6a0f889234fae9b07d5c9..b3952fbd668ad5f0413883d4cf623b932419857f 100644 (file)
@@ -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.