minor correction

This commit is contained in:
postscriptum 2026-03-23 09:12:55 +02:00
parent d4f41246ae
commit 56a1c67f26

View file

@ -26,7 +26,7 @@ RUST_LOG=trace cargo run -- --allow=http://localhost/allow.txt \
* `/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/cache/clean` - clean `--cache` file (returns deleted rules or `null` if not enabled)
* `/api/cache/clean` - clean the `--cache` file (returns deleted rules or `null` if not enabled)
### Allow list example