update README for allow_local

This commit is contained in:
BlueN 2013-10-10 19:35:49 +08:00
parent 8ba1b9df64
commit f45bc99d92
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ Explanation of the fields:
password a password used to encrypt transfer password a password used to encrypt transfer
timeout in seconds 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 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 `cd` into the directory of `config.json`. Run `ssserver` on your server. To run it in the background, run
`nohup ssserver > log &`. `nohup ssserver > log &`.

View file

@ -48,6 +48,7 @@ Explanation of the fields:
password a password used to encrypt transfer password a password used to encrypt transfer
timeout in seconds timeout in seconds
method encryption method, "bf-cfb", "aes-256-cfb", "des-cfb", "rc4", etc. Default is table 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 ``cd`` into the directory of ``config.json``. Run ``ssserver`` on your
server. To run it in the background, run ``nohup ssserver > log &``. server. To run it in the background, run ``nohup ssserver > log &``.