Skip to content

jorben/ssr-local

 
 

Repository files navigation

shadowsocks-libev

ssr-local 使用方法

  1. 准备好配置文件
{
  "_comment":"本地 socks5 地址",
  "local_address":"127.0.0.1",
  "_comment":"本地 socks5 端口",
  "local_port": 1080,
  "_comment":"服務器地址",
  "server":"xxxx",
  "_comment":"服務器端口",
  "server_port": 14871,
  "_comment":"服務器驗證",
  "password":"kate is beauty",
  "_comment":"加密方式",
  "method":"chacha20",
  "_comment":"協議",
  "protocol":"auth_chain_a",
  "_comment":"協議參數",
  "protocol_param":"",
  "_comment":"混淆",
  "obfs":"tls1.2_ticket_auth",
  "_comment":"混淆參數",
  "obfs_param":"",
  "fast_open":true
}
  1. docker run
docker run -p 1080:1080 -v 本地配置文件路径:/etc/ssr-config.json ghcr.io/jorben/ssr-local:latest ss-local -c /etc/ssr-config.json

Languages

  • C 70.9%
  • Makefile 10.4%
  • Shell 9.5%
  • Roff 4.6%
  • CMake 1.5%
  • Assembly 1.3%
  • Other 1.8%