From abc53c9148fd0d5f5b293e56eec301121da768bb Mon Sep 17 00:00:00 2001 From: Justin Warren Date: Sun, 22 Jan 2023 13:03:32 +1100 Subject: [PATCH] Updated documentation and examples for allowlists. --- README.md | 2 ++ samples/demo-allowlist-01.csv | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44a9864..882fca8 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ appropriate. - Provides (hopefully) sensible defaults to minimise first-time setup. - Global and fine-grained configuration options available for those complex situations that crop up sometimes. + - Allowlists to override blocks in blocklists to ensure you never block instances you want to keep. + - Blocklist thresholds if you want to only block when an instance shows up in multiple blocklists. ## Installing diff --git a/samples/demo-allowlist-01.csv b/samples/demo-allowlist-01.csv index 6ee7744..665ff6a 100644 --- a/samples/demo-allowlist-01.csv +++ b/samples/demo-allowlist-01.csv @@ -1,3 +1,4 @@ "domain","severity","private_comment","public_comment","reject_media","reject_reports","obfuscate" -"eigenmagic.net","noop","Never block me","Only the domain field matters",False,False,False -"example.org","noop","Never block me either","The severity is ignored as are all other fields",False,False,False +"eigenmagic.net","noop","Never block me","Only the domain field matters for allowlists",False,False,False +"example.org","noop","Never block me either","The severity is ignored in allowlists as are all other fields",False,False,False +"demo01.example.org","noop","Never block me either","But you can use them to leave yourself or others notes on why the item is here",False,False,False