Update example config

This commit is contained in:
DefectingCat
2023-04-15 00:36:07 +08:00
parent 18ec5f11d9
commit 99fac41676
2 changed files with 21 additions and 2 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
## Whitelist
A tiny whitelist built with Rust.
## Feature
- Support wildcard.
- Tiny runtime.
## Build from souce
```bash
cargo test
cargo build --release
```
## Run with Docker
TODO