section on testing
This commit is contained in:
parent
7387bcdf14
commit
98671c5aa8
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -38,4 +38,14 @@ Settings:
|
||||||
|
|
||||||
- `whitelist`: a list of IP4 or IP6 addresses that are allowed to bypass the ratelimit.
|
- `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
|
||||||
|
$ <test/test-inputs ./target/release/noteguard
|
||||||
|
```
|
||||||
|
|
||||||
[strfry]: https://github.com/hoytech/strfry
|
[strfry]: https://github.com/hoytech/strfry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue