From 500782f082c6ed0e53ff7e419aeb4b87a4358a66 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Wed, 14 Jan 2015 21:15:51 +0800 Subject: [PATCH] Updated Install Shadowsocks Server on Windows (markdown) --- Install-Shadowsocks-Server-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-Shadowsocks-Server-on-Windows.md b/Install-Shadowsocks-Server-on-Windows.md index 0e045db..c2f32ba 100644 --- a/Install-Shadowsocks-Server-on-Windows.md +++ b/Install-Shadowsocks-Server-on-Windows.md @@ -8,4 +8,4 @@ Notice: this page is for server side. If you are looking for clients, visit [cli ```` pip install shadowsocks ```` -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 +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` or `C:\Windows\SysWOW64` (32bit Python on 64bit Windows). \ No newline at end of file