mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 04:37:50 +02:00
Do not bind HTTPServer to the "any" address (#235).
This commit is contained in:
parent
7d38b1a9b9
commit
a7da2423ce
4 changed files with 8 additions and 4 deletions
|
@ -73,6 +73,7 @@ Cmdline options
|
|||
* --host= - The external IP (deprecated).
|
||||
* --port= - The port to listen on
|
||||
* --httpport= - The http port to listen on
|
||||
* --httpaddress= - The ip address for the HTTP server, 127.0.0.1 by default
|
||||
* --log= - Enable or disable logging to file. 1 for yes, 0 for no.
|
||||
* --daemon= - Enable or disable daemon mode. 1 for yes, 0 for no.
|
||||
* --service= - 1 if uses system folders (/var/run/i2pd.pid, /var/log/i2pd.log, /var/lib/i2pd).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue