From dfd11616f4e23eed26c32533ae1191e391515f37 Mon Sep 17 00:00:00 2001 From: Jan Hilberath Date: Sun, 25 Oct 2020 16:28:16 +0900 Subject: [PATCH] Fix typo in Recursor UDR documentation --- pdns/recursordist/docs/nod_udr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/nod_udr.rst b/pdns/recursordist/docs/nod_udr.rst index bdcf4c7c59..1ca8a4dbb3 100644 --- a/pdns/recursordist/docs/nod_udr.rst +++ b/pdns/recursordist/docs/nod_udr.rst @@ -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=``. +The data is persisted to /var/lib/pdns-recursor/udr by default, which can be changed with the setting ``unique-response-history-dir=``. 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. -- 2.47.2