Updated Install Shadowsocks Server on Windows (markdown)
parent
a82f0f2e24
commit
054f0d0e7e
1 changed files with 8 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
|||
1. Install [OpenSSL for Windows].
|
||||
2. Download [Shadowsocks].
|
||||
3. Run
|
||||
|
||||
python shadowsocks/server.py -p server_port -k password -m rc4-md5
|
||||
|
||||
|
||||
[OpenSSL for Windows]: https://slproweb.com/products/Win32OpenSSL.html
|
||||
[Shadowsocks]: https://pypi.python.org/pypi/shadowsocks
|
||||
1. Install [OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html).
|
||||
2. Download and install [Python for Windows](https://www.python.org/downloads/windows/), you can download x86-64 MSI installer in 64bit Windows.
|
||||
2. During installation you must install the pip
|
||||

|
||||
3. Then you can install shadowsocks like Linux. in Command Prompt, type command line
|
||||
````
|
||||
pip install shadowsocks
|
||||
````
|
Loading…
Add table
Add a link
Reference in a new issue