Adding default port to config docs

This commit is contained in:
Mikal Villa 2017-01-06 21:47:55 +01:00
parent 417eb56a9b
commit b6097160f1

View File

@ -36,7 +36,7 @@ Windows-specific options:
All options below still possible in cmdline, but better write it in config file:
* --http.address= - The address to listen on (HTTP server)
* --http.port= - The port to listen on (HTTP server)
* --http.port= - The port to listen on (HTTP server) 7070 by default
* --http.auth - Enable basic HTTP auth for webconsole
* --http.user= - Username for basic auth (default: i2pd)
* --http.pass= - Password for basic auth (default: random, see logs)