This repository has been archived on 2024-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
shadowsocks-libev-v2ray/client.json
2022-12-15 03:14:16 +03:00

13 lines
326 B
JSON

{
"server": "your_server_ip_here",
"server_port": 8388,
"local_address": "127.0.0.1",
"local_port": 1080,
"password": "secure_password",
"timeout": 300,
"method": "chacha20-ietf-poly1305",
"fast_open": false,
"plugin":"/usr/share/shadowsocks-libev/plugins/v2ray-plugin",
"workers": 1
}