From bb271a26754de07f36f8dc425efe867d2d215a4e Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 8 Jul 2013 22:52:13 +0800 Subject: [PATCH 1/3] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index d1a412c..7adf48d 100644 --- a/config.json +++ b/config.json @@ -4,5 +4,5 @@ "local_port":1080, "password":"barfoo!", "timeout":600, - "method":null + "method":"table" } From e6494d77abb2e94367454ff4cab000dee310f2f5 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 8 Jul 2013 22:52:28 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ab129..5a0dab0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Create a file named `config.json`, with the following content. "local_port":1080, "password":"barfoo!", "timeout":600, - "method":null + "method":"table" } Explaination of the fields: From 3170c96969d7047f0be53cea1a17804bafb0ed69 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Mon, 8 Jul 2013 22:53:50 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a0dab0..335ba15 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,11 @@ List of all encryption methods: Ubuntu: - sudo apt-get install python-m2crypto + apt-get install python-m2crypto Others: + apt-get install openssl-dev swig pip install M2Crypto Please notice that some encryption methods are not available on some environments.