From 98671c5aa89142a3ea64717dcdceb47403dad0c8 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 7 Jul 2024 22:36:47 -0500 Subject: [PATCH] section on testing --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3232df7..1fc0401 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,14 @@ Settings: - `whitelist`: a list of IP4 or IP6 addresses that are allowed to bypass the ratelimit. +## Testing + +You can test your filters like so: + +```sh +$ cargo build --release +$ ./target/release/noteguard +$