Shadowsocks
  coderljw 2024-10-13   小于 1 分钟 
  # 1. shadowsocks-libev
{
  "server": ["0.0.0.0"],
  "mode": "tcp_and_udp",
  "server_port": 8388,
  "local_port": 1080,
  "password": "0I8GgFj3Dowl",
  "timeout": 86400,
  "method": "chacha20-ietf-poly1305"
}
 1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
# 2. shadowsocks-v2ray-plugin
服务端配置:
{
  "server": ["0.0.0.0"],
  "mode": "tcp_and_udp",
  "server_port": 8388,
  "local_port": 1080,
  "password": "0I8GgFj3Dowl",
  "timeout": 86400,
  "method": "chacha20-ietf-poly1305",
  "plugin": "ss-v2ray-plugin",
  "plugin_opts": "server"
}
 1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
客户端安装 shadowsocks (opens new window) 应用
SS 客户端配置:
- 插件程序:v2ray-plugin
 - 插件选项:"server"
 
  