Skip to content

Releases: zhou0/shadowsocks-perl

0.9.34

23 Jun 06:21
Compare
Choose a tag to compare

fix compilation failure by setting the required CryptX version to 0.070

0.9.3.3

15 Feb 08:44
Compare
Choose a tag to compare

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

22 Apr 10:48
Compare
Choose a tag to compare
bump version

0.9.3.1

15 Apr 09:44
Compare
Choose a tag to compare
0.9.3.1 Pre-release
Pre-release
fix gcm mode

0.9.2.7

13 Apr 12:34
Compare
Choose a tag to compare
0.9.2.7 Pre-release
Pre-release

running on FreeBSD
1

0.9.2

18 Mar 12:10
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

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

11 Mar 06:46
Compare
Choose a tag to compare
0.9.1-2 Pre-release
Pre-release

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

24 Feb 15:27
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

first version with AEAD ciphers support.

0.8.2

18 Feb 15:39
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release
push cpanpush cpan

v0.8.1

17 Feb 15:39
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release
Delete script.pl