静看光阴荏苒
不管不顾不问不说也不念

ShadowsocksRR单用户搭建+新加密方式尝鲜

康忙北鼻,嘿喂狗!对对对,你没看错,这个不是SSR而是SSRR。读起来名字有点绕口,不过用起来还是和SSR一样丝般顺滑~

本屌一直以来都是写搭建面板的教程,现在想想觉得忽视了很多“弱势群体”。有些朋友可能根本就只是想单纯的搭个梯子看看外面的世界而已,面板对于他们来说太复杂也太遥远了。所以今天给大家写一个很简单的小教程。

SSRR和SSR有什么区别?嘛,对于我们普通使用者而言,其实区别也不是很大,你们可以理解成:

1、SSRR相对于SSR而言新增了两个加密方式,分别为xchacha20、xsalsa20。

2、新增了几个协议,分别为:auth_chain_c、auth_chain_d、auth_chain_e、auth_chain_f(实验性)。

3、SSRR依旧支持和各种大佬开发的面板相对接。

下面来一起搭建一个SSRR单用户版~

安装libsodium:

yum -y groupinstall "Development Tools"
wget https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz
tar xf libsodium-1.0.16.tar.gz && cd libsodium-1.0.16
./configure && make -j2 && make install
echo /usr/local/lib > /etc/ld.so.conf.d/usr_local_lib.conf
ldconfig

安装git以及拉取SSRR项目文件:

yum -y install git
git clone -b akkariiin/master https://github.com/shadowsocksrr/shadowsocksr.git

进入到shadowsocksr目录安装依赖以及编辑配置信息:

cd shadowsocksr
./setup_cymysql.sh
./initcfg.sh
vi user-config.json

各项配置信息如图所示,既然我们要尝鲜肯定就要选个新的加密方式和协议啦:

填写完成后,保存。接着进入shadowsocks目录:

cd shadowsocks

运行SSRR:

./run.sh

关闭防火墙以及禁止开机启动:

systemctl stop firewalld.service
systemctl disable firewalld.service

服务端我们就搭建好了,接下来是客户端~

请到下面的地址下载新版客户端,用来支持新加密方式和协议:

https://github.com/shadowsocksrr/shadowsocksr-csharp/releases

填写节点配置信息:

大功告成~

赞(5)
未经允许不得转载:荒岛 » ShadowsocksRR单用户搭建+新加密方式尝鲜
分享到: 更多 (0)

评论 16

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #1

    这个能应用到sspanel V3面板里吗?原来按你的教程已经装了ss,怎么删除改成这个呢?

    laobai6年前 (2018-02-15) Google Chrome 63.0.3239.132 Google Chrome 63.0.3239.132 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 这个后端可以配合面板使用,但是新的加密方式和协议不能用,因为面板里面不支持。

      LALA6年前 (2018-02-15) TheWorld Browser TheWorld Browser Windows 7 x64 Edition Windows 7 x64 Edition回复
  2. #2

    有没新版的安卓客户端?使用新的加密模式现有客户端不支持

    jhxiaotao6年前 (2018-02-22) Maxthon 5.1.6.3000 Maxthon 5.1.6.3000 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 试试这个?https://github.com/shadowsocksrr/shadowsocksr-android/releases

      LALA6年前 (2018-02-22) TheWorld Browser TheWorld Browser Windows 7 x64 Edition Windows 7 x64 Edition回复
  3. #3

    ssrr的多用户怎么弄呢,教程实在太少了

    奥特曼6年前 (2018-02-26) Google Chrome 63.0.3239.132 Google Chrome 63.0.3239.132 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 和原版SSR后端一样。

      LALA6年前 (2018-02-26) TheWorld Browser TheWorld Browser Windows 7 x64 Edition Windows 7 x64 Edition回复
    • ssrr不支持多用户 :cool:

      kaku6年前 (2018-08-12) Firefox 61.0 Firefox 61.0 Windows 10 x64 Edition Windows 10 x64 Edition回复
  4. #4

    如果是多IP怎么设置呢?多个拨号网络。或者多个IP 怎么样才能把它们在ssr里用起来呢?找了好多资料都没有找到这类相关的知识。好烦恼啊。。

    Hanlee6年前 (2018-04-03) Firefox 59.0 Firefox 59.0 Windows 7 x64 Edition Windows 7 x64 Edition回复
    • 你说的是你的VPS上有多个IP还是你的本地网络有多个IP?VPS多IP只能分配一个IP连接,但如果是本地网络有多个IP就无所谓啊,直接用客户端连接就行了。

      LALA6年前 (2018-04-03) TheWorld Browser TheWorld Browser Windows 7 x64 Edition Windows 7 x64 Edition回复
  5. #5

    用了楼主的这个版本配置搬瓦工洛杉矶线路速度好慢
    centos 64 bbr 19美刀版 洛杉矶4线
    请问是版本问题吗?还是我没迁移CN2?

    hululove6年前 (2018-04-26) Maxthon 5.2.1.4000 Maxthon 5.2.1.4000 Windows 10 x64 Edition Windows 10 x64 Edition回复
    • 有可能和系统也有关系,以前碰到过莫名的因为系统原因导致速度很慢的。

      LALA6年前 (2018-04-26) TheWorld Browser TheWorld Browser Windows 7 x64 Edition Windows 7 x64 Edition回复
  6. #6

    还有楼主的blog是什么版本,好想也搭建一个

    hululove6年前 (2018-04-26) Maxthon 5.2.1.4000 Maxthon 5.2.1.4000 Windows 10 x64 Edition Windows 10 x64 Edition回复
  7. #7

    这个东西破瓦本人不是说了别用么 :razz:

    2336年前 (2018-04-26) Google Chrome 65.0.3325.181 Google Chrome 65.0.3325.181 Mac OS X  10.13.3 Mac OS X 10.13.3回复
    • 你情我愿的事情嘛,自己想用的话还是可以用的。

      LALA6年前 (2018-04-26) TheWorld Browser TheWorld Browser Windows 7 x64 Edition Windows 7 x64 Edition回复
  8. #8

    求求博主大大把文章删了吧,这种事情不流传开才能更长久地造福人类 :!:

    null5年前 (2019-08-11) Google Chrome 75.0.3770.101 Google Chrome 75.0.3770.101 Android 8.1.0 Android 8.1.0回复

分享创造快乐

广告合作资源投稿