From e533c970831405ebb0a06176acf211bb78fbf949 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 14 Jan 2015 21:14:10 +0800 Subject: [PATCH] Updated Install Shadowsocks Server on Windows (markdown) --- Install-Shadowsocks-Server-on-Windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Install-Shadowsocks-Server-on-Windows.md b/Install-Shadowsocks-Server-on-Windows.md index 77bcb6a..0e045db 100644 --- a/Install-Shadowsocks-Server-on-Windows.md +++ b/Install-Shadowsocks-Server-on-Windows.md @@ -7,4 +7,5 @@ Notice: this page is for server side. If you are looking for clients, visit [cli 4. Install shadowsocks like Linux. In Command Prompt, type command line ```` pip install shadowsocks -```` \ No newline at end of file +```` +5. If you want to use `salsa20` or `chacha20` encryption, download [libsodium](http://download.libsodium.org/libsodium/releases/) and put dll files (without path) into `C:\Windows\System32` (32bit) or `C:\Windows\SysWOW64` (64bit). \ No newline at end of file