From ce1abc0331476e97021e6e878fbc772075f19efe Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 8 Jan 2023 14:06:31 +0100 Subject: [PATCH] updated md docs --- NOTES.md | 10 ++++++++++ README.md | 25 +++++++++++-------------- 2 files changed, 21 insertions(+), 14 deletions(-) create mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 0000000..c05ec58 --- /dev/null +++ b/NOTES.md @@ -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 +``` \ No newline at end of file diff --git a/README.md b/README.md index 1d15cba..055201a 100644 --- a/README.md +++ b/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: - -d Enable debugging - -h, --help Print help information - -s, --server Sets a ipbl server [default: https://ipbl.paulbsd.com] - -V, --version Print version informatio +Usage: ipblc [OPTIONS] + +Options: + -s, --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