Releases: zhou0/shadowsocks-perl
0.9.34
0.9.3.3
0.9.3.2
0.9.3.1
0.9.2.7
0.9.2
0.9.1-2
Version 0.9.1 is tested with Strawberry Perl 5.22.3.1 (2017-01-15) on Windows.
To install on Windows, please
- Download Strawberry Perl.
Any version should be O.K. But version later than 5.22 is recommended . Click this link to download Strawberry Perl 5.22.3.1 (2017-01-15) http://strawberryperl.com/download/5.22.3.1/strawberry-perl-5.22.3.1-32bit.msi
- Install Strawberry Perl
Run the MSI installer package and install Strawberry Perl.
- Run the CPAN Client
From the Windows Sart Menu, click "All Programs", "Strawberry Perl", "Tools" and "CPAN Client".
- Install Net::Shadowsocks
Type "install Net::Shadowsocks" in the CPAN shell。
-
Wait for CPAN to download ,build ,test and install Net::Shadowsocks and all its dependencies. It takes a few hours to complete.
-
Deploy Net::Shadowsocks server docker image
Deply this docker image https://hub.docker.com/r/fgfw/shadowsocks-perl/ on your cloud server.
It is recommended to use the spritz ( RC4 replacement ) cipher with Net::Shadowsocks.
Run docker using CMD "ssserver.pl -s localhost -p 1895 -k yourpassword -m spritz",
- Run ssclient and follow instructions
From the Windows Start Menu, click "All Programs", "Strawberry Perl", and "Perl (Command Line)". Type “ssclient” in the command shell. It will display the help. Follow the help message. You will get something like this image which indicates that Net::Shadowsocks client is working.