update README for allow_local
This commit is contained in:
parent
8ba1b9df64
commit
f45bc99d92
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ Explanation of the fields:
|
|||
password a password used to encrypt transfer
|
||||
timeout in seconds
|
||||
method encryption method, "bf-cfb", "aes-256-cfb", "des-cfb", "rc4", etc. Default is table, which is not secure. "aes-256-cfb" is recommended
|
||||
allow_local true if you need to proxy localhost or localnet (e.g. 192.168.1.2).
|
||||
|
||||
`cd` into the directory of `config.json`. Run `ssserver` on your server. To run it in the background, run
|
||||
`nohup ssserver > log &`.
|
||||
|
|
|
@ -48,6 +48,7 @@ Explanation of the fields:
|
|||
password a password used to encrypt transfer
|
||||
timeout in seconds
|
||||
method encryption method, "bf-cfb", "aes-256-cfb", "des-cfb", "rc4", etc. Default is table
|
||||
allow_local true if you need to proxy localhost or localnet (e.g. 192.168.1.2).
|
||||
|
||||
``cd`` into the directory of ``config.json``. Run ``ssserver`` on your
|
||||
server. To run it in the background, run ``nohup ssserver > log &``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue