mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* add http.auth, http.user & http.pass options
This commit is contained in:
parent
75db2867dc
commit
e09386be44
2 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,9 @@ 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.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)
|
||||
|
||||
* --httpproxy.address= - The address to listen on (HTTP Proxy)
|
||||
* --httpproxy.port= - The port to listen on (HTTP Proxy) 4446 by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue