shadowsocks-perl icon indicating copy to clipboard operation
shadowsocks-perl copied to clipboard

我只是想问下这个怎么用?

Open zzuzjl opened this issue 8 years ago • 7 comments

怎么在VPS上安装使用啊,根本看不懂啊,有没有大神指点下

zzuzjl avatar Apr 23 '17 01:04 zzuzjl

there are 2 options

  1. on VPS with docker , use this docker command

docker pull fgfw/shadowsocks-perl

  1. on VPS without docker, issue these 2 commands

sudo cpan -T AnyEvent::AIO Crypt::NaCl::Sodium EV IO::AIO Net::Shadowsocks ssserver.pl -s localhost -p 1491 -k fuckgfw -m spritz

zhou0 avatar Apr 23 '17 10:04 zhou0

按照这个教程,在VPS上安装失败,在app.arukas.io上创建docker也不能启动

zzuzjl avatar Apr 24 '17 00:04 zzuzjl

Post your error message here. It can be used on arukas . There is a live demo you can use.

ssclient.pl -k fuckgfw -m rc4-md5 -s seaof-153-125-239-175.jp-tokyo-26.arukascloud.io -p 31237 -l 1491

zhou0 avatar Apr 24 '17 03:04 zhou0

app.arukas.io 上我搞好了,vps上不能用,ubuntu14.04的系统,另外spritz这个是什么加密方式啊,其他客户端都没有见过啊

zzuzjl avatar Apr 24 '17 03:04 zzuzjl

spritz method is only supported by shadowsocks-perl. No other shadowsocks variants support this method. It is a new stream cipher that appeared in year 2014. It is used as a replacement of RC4. It is the default cipher of shadowsocks-perl. You need to create your own dockerfile if you choose other methods. just change the last line of this dockerfile https://github.com/zhou0/shadowsocks-perl/blob/master/Dockerfile, register your dockerfile then pull it.

it can be used on Ubuntu. please post your error log here. Without it i can not help you.

zhou0 avatar Apr 24 '17 03:04 zhou0

在ubuntu16.04上已经搞好了非常感谢

zzuzjl avatar Apr 24 '17 06:04 zzuzjl

@zhou0

hi. 我在vps上运行 cpan -T AnyEvent::AIO Crypt::NaCl::Sodium EV IO::AIO Net::Shadowsocks后,显示: ... Warning: Cannot install Net::Shadowsocks, don't know what it is. Try the command

i /Net::Shadowsocks/

to find objects with matching identifiers. [root@bwg-vps ~]#

怎么回事呢?

luckypoem avatar Apr 11 '20 14:04 luckypoem