updated md docs
This commit is contained in:
parent
367b0323b9
commit
ce1abc0331
10
NOTES.md
Normal file
10
NOTES.md
Normal 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
|
||||
```
|
21
README.md
21
README.md
@ -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:
|
||||
Usage: ipblc [OPTIONS]
|
||||
|
||||
Options:
|
||||
-s, --server <server> Sets a http server [default: https://ipbl.paulbsd.com]
|
||||
-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
|
||||
-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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user