如何在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.