From d4f41246ae1bcd5ac2695da2f5a638fd8197ca4e Mon Sep 17 00:00:00 2001 From: postscriptum Date: Mon, 23 Mar 2026 09:12:23 +0200 Subject: [PATCH] minor correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd3f967..ed0979b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ RUST_LOG=trace cargo run -- --allow=http://localhost/allow.txt \ * open http://127.0.0.1:8010 in browser for stats: * `/api/allow/{domain.com}` - add rule to the current session (and `--cache` if defined) * `/api/block/{domain.com}` - delete rule from the current session (and `--cache` if defined) - * `/api/list` - Return active rules (from server memory) + * `/api/list` - return active rules (from server memory) * `/api/cache/clean` - clean `--cache` file (returns deleted rules or `null` if not enabled) ### Allow list example