Update command line dump in README
This commit is contained in:
parent
b640938981
commit
329ba585a9
|
@ -30,7 +30,7 @@ usage: main.py [-h] [-p PORT] [--host HOST] [--debug] [--data-dir DATA_DIR]
|
||||||
[--connection-limit CONNECTION_LIMIT] [--i2p]
|
[--connection-limit CONNECTION_LIMIT] [--i2p]
|
||||||
[--i2p-tunnel-length I2P_TUNNEL_LENGTH]
|
[--i2p-tunnel-length I2P_TUNNEL_LENGTH]
|
||||||
[--i2p-sam-host I2P_SAM_HOST] [--i2p-sam-port I2P_SAM_PORT]
|
[--i2p-sam-host I2P_SAM_HOST] [--i2p-sam-port I2P_SAM_PORT]
|
||||||
[--i2p-transient]
|
[--i2p-transient] [--socks-proxy SOCKS_PROXY] [--tor]
|
||||||
|
|
||||||
optional arguments:
|
optional arguments:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
@ -53,6 +53,10 @@ optional arguments:
|
||||||
--i2p-sam-port I2P_SAM_PORT
|
--i2p-sam-port I2P_SAM_PORT
|
||||||
Port of I2P SAMv3 bridge
|
Port of I2P SAMv3 bridge
|
||||||
--i2p-transient Generate new I2P destination on start
|
--i2p-transient Generate new I2P destination on start
|
||||||
|
--socks-proxy SOCKS_PROXY
|
||||||
|
SOCKS proxy address in the form <HOST>:<PORT>
|
||||||
|
--tor The SOCKS proxy is tor, use 127.0.0.1:9050 if not
|
||||||
|
specified, start tor and setup a hidden service
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user