Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zzuzjl opened this issue Apr 23, 2017 · 7 comments
Open

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

zzuzjl opened this issue Apr 23, 2017 · 7 comments

Comments

@zzuzjl
Copy link

zzuzjl commented Apr 23, 2017

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

@zhou0
Copy link
Owner

zhou0 commented Apr 23, 2017

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

@zzuzjl
Copy link
Author

zzuzjl commented Apr 24, 2017

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

@zhou0
Copy link
Owner

zhou0 commented Apr 24, 2017

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

@zzuzjl
Copy link
Author

zzuzjl commented Apr 24, 2017

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

@zhou0
Copy link
Owner

zhou0 commented Apr 24, 2017

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.

@zzuzjl
Copy link
Author

zzuzjl commented Apr 24, 2017

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

@luckypoem
Copy link

@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 ~]#

怎么回事呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants