From f45bc99d927bafe9b8d32f966a2233f21b294ff3 Mon Sep 17 00:00:00 2001 From: BlueN Date: Thu, 10 Oct 2013 19:35:49 +0800 Subject: [PATCH] update README for allow_local --- README.md | 1 + README.rst | 1 + 2 files changed, 2 insertions(+) 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 &``.