updated md docs

This commit is contained in:
Paul 2023-01-08 14:06:31 +01:00
parent 367b0323b9
commit ce1abc0331
2 changed files with 21 additions and 14 deletions

10
NOTES.md Normal file
View File

@ -0,0 +1,10 @@
# Notes
### Date formats
```
nginx: 2006-01-02T15:04:05+01:00
ssh: 2006-01-02T15:04:05.000000+01:00
openvpn: 2006-01-02 15:04:05
mail: 2006-01-02T15:04:05.000000+01:00
```

View File

@ -26,14 +26,15 @@ cargo build --release
### Usage
```
USAGE:
ipblc [OPTIONS]
ipblc is a tool that search and send attacking ip addresses to ipbl
OPTIONS:
-d Enable debugging
-h, --help Print help information
-s, --server <server> Sets a ipbl server [default: https://ipbl.paulbsd.com]
-V, --version Print version informatio
Usage: ipblc [OPTIONS]
Options:
-s, --server <server> Sets a http server [default: https://ipbl.paulbsd.com]
-d Enable debugging
-h, --help Print help information
-V, --version Print version information
```
### TODO
@ -45,14 +46,10 @@ OPTIONS:
- ✅ Code optimizations (WIP)
- ✅ Error handing when fetching config
### Date formats
```
nginx: 2006-01-02T15:04:05+01:00
ssh: 2006-01-02T15:04:05.000000+01:00
openvpn: 2006-01-02 15:04:05
mail: 2006-01-02T15:04:05.000000+01:00
```
### Notes
See [here](NOTES.md)
## License