From 43cedf11f71d57f1421c809401d17650ca5f8aa0 Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Mon, 23 Mar 2026 14:02:43 +0200 Subject: [PATCH] numa.toml: add commented [blocking] section for discoverability Co-Authored-By: Claude Opus 4.6 --- numa.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/numa.toml b/numa.toml index f0b61e4..1e0f851 100644 --- a/numa.toml +++ b/numa.toml @@ -9,6 +9,12 @@ api_port = 5380 # port = 53 # timeout_ms = 3000 +# [blocking] +# enabled = true # set to false to disable ad blocking +# refresh_hours = 24 +# lists = ["https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/hosts/pro.txt"] +# allowlist = ["example.com"] # domains to never block + [cache] max_entries = 10000 min_ttl = 60