From cab06bdf8aff8ef742121f37a5e62e34df33725b Mon Sep 17 00:00:00 2001 From: Halil Durak Date: Mon, 10 Aug 2026 12:33:37 +0300 Subject: [PATCH] add an `help.zon` entry for `--adblock-lists` --- src/help.zon | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/help.zon b/src/help.zon index 83104a8c3..3db672922 100644 --- a/src/help.zon +++ b/src/help.zon @@ -299,6 +299,10 @@ , .common_options = \\common options: + \\ --adblock-lists + \\ EasyList-syntax filter files to load, comma-separated. Requests + \\ to a hostname blocked by any list are failed before they leave. + \\ e.g. --adblock-lists easylist.txt,easyprivacy.txt \\ --block-cidrs \\ Additional CIDR ranges to block, comma-separated. \\ Prefix with '-' to allow (exempt from blocking).