]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typo in Recursor UDR documentation 9642/head
authorJan Hilberath <jan@hilberath.de>
Sun, 25 Oct 2020 07:28:16 +0000 (16:28 +0900)
committerJan Hilberath <jan@hilberath.de>
Sun, 25 Oct 2020 07:28:16 +0000 (16:28 +0900)
pdns/recursordist/docs/nod_udr.rst

index bdcf4c7c59f57adb4abcd608d64f8b76f9998642..1ca8a4dbb322ffe2a90f10d3f2135c4bdecb2d66 100644 (file)
@@ -50,7 +50,7 @@ This is because well-behaved domains tend to return fairly stable results to DNS
 
 UDR is disabled by default - to enable it, set ``unique-response-tracking=yes`` in recursor.conf.
 
-The data is persisted to /var/log/pdns-recursor/udr by default, which can be changed with the setting ``unique-response-history-dir=<new directory>``.
+The data is persisted to /var/lib/pdns-recursor/udr by default, which can be changed with the setting ``unique-response-history-dir=<new directory>``.
 
 The SBF (which is maintained separately per recursor thread) cell size defaults to 67108864, which can be changed using the setting ``unique-response-db-size``. The same caveats regarding FPs/FNs apply as for NOD.