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