如何在Debian 10上安装Caddy + shadowsocks-libev + v2ray-plugin



设置前的准备
1.您需要一个可用域。在www.dot.tk上找到免费域名
2.可靠的VPS提供商,可获得30天的$ 50赠金,https://www.vultr.com/?ref = 7772365-4F

Downloand v2ray插件
https://github.com/shadowsocks/v2ray-plugin/releases

一键下载VPS下载Caddyserver
卷曲https://getcaddy.com | bash -s个人http.proxyprotocol

ss-server配置文件:
{
    “服务器”:[“[::1]“,” 127.0.0.1“],
    “ server_port”:8838,
    “密码”:“ 1234567890”,
    “超时”:120,
    “ method”:“ chacha20-ietf-poly1305”,
    “ fast_open”:否,
    “ mode”:“ tcp_and_udp”,
    “ plugin”:“ v2ray-plugin”,
    “ plugin_opts”:“服务器;路径= / ss-v2ray;日志级别=无”
}

caddyserver配置文件:
your.domain {
gzip
记录/var/log/caddy_access.log
tls [email protected]
代理/ ss-v2ray本地主机:8388 {
  网络套接字
  header_upstream-来源
  }
}

shadowsocks客户端+ v2ray插件:
插件选项:tls; host = your.domain; path = / ss-v2ray

客户端应用程序:
视窗:
https://github.com/shadowsocks/shadowsocks-windows/releases
苹果电脑:
https://github.com/shadowsocks/ShadowsocksX-NG/releases
Linux:
https://github.com/shadowsocks/shadowsocks-libev/releases
App Store中的应用
影子火箭
Playstore中的应用
shadowsocks + v2ray-plugin。

1 comments

Comments are closed.