From d413f27e8379c438d746eb0e0bd924a2582e02d8 Mon Sep 17 00:00:00 2001 From: Shawn Grigson Date: Wed, 6 Sep 2023 11:30:46 -0500 Subject: [PATCH] Add config option to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 89062bd..bdd295c 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,11 @@ The filename is based on the URL or domain used so you can tell where each list Sets where to save intermediate blocklist files. Defaults to `/tmp`. +### blocklist_auditfile + +If provided, will save an audit file of counts and percentages by domain. Useful for debugging +thresholds. Defaults to None. + ### no_push_instance Defaults to False.