我只是想问下这个怎么用?
怎么在VPS上安装使用啊,根本看不懂啊,有没有大神指点下
there are 2 options
- on VPS with docker , use this docker command
docker pull fgfw/shadowsocks-perl
- 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
按照这个教程,在VPS上安装失败,在app.arukas.io上创建docker也不能启动
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
app.arukas.io 上我搞好了,vps上不能用,ubuntu14.04的系统,另外spritz这个是什么加密方式啊,其他客户端都没有见过啊
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.
在ubuntu16.04上已经搞好了非常感谢
@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 ~]#
怎么回事呢?