Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Polden <martin.polden@gmail.com>2016-10-09 17:21:07 +0300
committerMartin Polden <martin.polden@gmail.com>2016-10-09 17:21:07 +0300
commit4a9710dcea7f7358d1ee92351a249cdac6f13d8a (patch)
tree6583319692e054d90e4e5ce7eb8ee54fad508479 /README.md
parentb1b3fbb5f3a6ce1cbf8e9bdffa9e0585454598de (diff)
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3cffea3..7a3b473 100644
--- a/README.md
+++ b/README.md
@@ -83,14 +83,15 @@ Usage:
ipd [OPTIONS]
Application Options:
- -f, --country-db=FILE Path to GeoIP country database
- -c, --city-db=FILE Path to GeoIP city database
- -l, --listen=ADDR Listening address (default: :8080)
- -r, --reverse-lookup Perform reverse hostname lookups
- -p, --port-lookup Enable port lookup
- -t, --template= Path to template (default: index.html)
- -H, --trusted-header= Header to trust for remote IP, if present (e.g. X-Real-IP)
+ -f, --country-db=FILE Path to GeoIP country database
+ -c, --city-db=FILE Path to GeoIP city database
+ -l, --listen=ADDR Listening address (default: :8080)
+ -r, --reverse-lookup Perform reverse hostname lookups
+ -p, --port-lookup Enable port lookup
+ -t, --template=FILE Path to template (default: index.html)
+ -H, --trusted-header=NAME Header to trust for remote IP, if present (e.g. X-Real-IP)
+ -L, --log-level=[debug|info|warn|error|fatal|panic] Log level to use (default: info)
Help Options:
- -h, --help Show this help message
+ -h, --help Show this help message
```