Shadowsocks Perl Versions Save

An asynchronous, non-blocking shadowsocks client and server written in Perl.

0.9.3.4

2 years ago

fix compilation failure by setting the required CryptX version to 0.070

0.9.3.3

6 years ago

add Alien::Base::ModuleBuild as test time requirment remove Dist::Zilla::Plugin::Prereqs::Floor remove Dist::Zilla::Plugin::OSPrereqs use Dist::Zilla::Plugin::EnsurePrereqsInstalled

0.9.3.2

7 years ago

0.9.3.1

7 years ago

0.9.2.7

7 years ago

running on FreeBSD 1

0.9.2

7 years ago

ssclient.pl 0.9.2 running on Mageia Linux 5.1 for an hour with only a dozen errors.

2017-03-22 23:04:46 的螢幕擷圖.png

0.9.1-2

7 years ago

Version 0.9.1 is tested with Strawberry Perl 5.22.3.1 (2017-01-15) on Windows.

To install on Windows, please

  1. 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

  1. Install Strawberry Perl

Run the MSI installer package and install Strawberry Perl.

  1. Run the CPAN Client

From the Windows Sart Menu, click "All Programs", "Strawberry Perl", "Tools" and "CPAN Client".

  1. Install Net::Shadowsocks

Type "install Net::Shadowsocks" in the CPAN shell。

  1. Wait for CPAN to download ,build ,test and install Net::Shadowsocks and all its dependencies. It takes a few hours to complete.

  2. 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",

  1. 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.

ssclient.png

0.9.0

7 years ago

first version with AEAD ciphers support.

0.8.2

7 years ago

v0.8.1

7 years ago