首页 > 网络服务 > 正文

原版shadowsocks v2ray插件安装,支持tls1.3和谷歌quic udp协议,配套客户端windows、macos、android使用详解

时间:2020-06-21 小编:admin人气: 6,131

视频简介

        本视频将演示 shadowsocks v2ray 插件的服务器端安装和在Window、Android和苹果MacOS客户端上的使用。此插件支持 TLS1.3和谷歌quic udp协议。

用到的命令

# Linux 上解压 v2ray 插件的 tar.gz 压缩文件
tar -zxvf ×××.tar.gz
# 重命名解压的 v2ray 插件为 v2ray-plugin
mv ./xxx ./v2ray-plugin

# 前台方式启动 shadowsocks v2ray 插件,tls 模式(有日志方便排错)
/snap/bin/shadowsocks-libev.ss-server -p 443 --plugin /root/v2ray-plugin --plugin-opts "server;tls;host=ss.snlcw.com" -c /snap/bin/config.json

# 后台方式启动 shadowsocks v2ray 插件,tls 模式
/snap/bin/shadowsocks-libev.ss-server -p 443 --plugin /root/v2ray-plugin --plugin-opts "server;tls;host=ss.snlcw.com" -c /snap/bin/config.json -f /snap/bin/ss-pid

# 后台方式启动 shadowsocks v2ray 插件,quic 模式
/snap/bin/shadowsocks-libev.ss-server -p 443 --plugin /root/v2ray-plugin --plugin-opts "server;mode=quic;host=ss.snlcw.com" -c /snap/bin/config.json -f /snap/bin/ss-pid

关联网址

v2ray-plugin 插件(Linux、Windows)
https://github.com/shadowsocks/v2ray-plugin/releases
v2ray-plugin 插件(Android)
https://github.com/shadowsocks/v2ray-plugin-android/releases
simple-obfs 插件(不推荐)
https://github.com/shadowsocks/simple-obfs

关联视频

使用一键脚本轻松给 shadowsocks v2ray插件, v2ray,trojan申请免费证书
https://www.youtube.com/watch?v=MQUG2KNnkXc
最新官方原版Shadowsocks服务器搭建和客户端在Windows、Android以及MacOS上的使用
https://www.youtube.com/watch?v=gJZkC50cGZs

  • 精品软件
  • 惊奇网站
  • 网络服务
  • OpenWrt
更多

OpenWrt

VPS 香港
模糊图变清晰
技术交流群
返回顶部