diff --git a/README.md b/README.md index 728f796..68a484c 100644 --- a/README.md +++ b/README.md @@ -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 &`. diff --git a/README.rst b/README.rst index 8b32c51..6e3cd3b 100644 --- a/README.rst +++ b/README.rst @@ -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 &``.