From 4496c0bacfc5a365bf81da9c39563222ffdc9018 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sun, 4 Jan 2015 07:25:41 -0800 Subject: [PATCH] Created Install Shadowsocks Server on Windows (markdown) --- Install-Shadowsocks-Server-on-Windows.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Install-Shadowsocks-Server-on-Windows.md diff --git a/Install-Shadowsocks-Server-on-Windows.md b/Install-Shadowsocks-Server-on-Windows.md new file mode 100644 index 0000000..56a89db --- /dev/null +++ b/Install-Shadowsocks-Server-on-Windows.md @@ -0,0 +1,9 @@ +1. Install [OpenSSL for Windows]. +2. Download [the package]. +3. Run + + python shadowsocks/server.py -p server_port -k password -m rc4-md5 + + +[OpenSSL for Windows]: https://slproweb.com/products/Win32OpenSSL.html +[the package]: https://pypi.python.org/pypi/shadowsocks \ No newline at end of file