Run in Terminal
The library reference documents every publicly accessible object in the library.
The easiest way to install this is using brew install shadowsocks-rust
.
To use all of the functionality of the library, you should have:
- Linux Or Macos
- Shadowsocks Rust
After Installing shadowsocks-rust and Edit config.conf file,
run sudo sh run.sh
in Terminal
{
"server":"server address",
"server_port":30074,
"local_address": "0.0.0.0",
"local_port":1080,
"password": "password or Id",
"timeout":300,
"method":"aes-128-gcm", # example method
"workers":4,
"fast_open":true,
"route":"all",
"plugin":"./bin/v2ray-plugin", # you can update plugin or change to another type of protocol
"plugin_opts": "/gbgbdf", # path of server | this is example
"locals": [ # you can change type or address or port or mode of running protocol
{
"protocol": "socks",
"local_address": "127.0.0.1",
"local_port": 17687,
"mode": "tcp_only",
},
{
"protocol": "http",
"local_address": "127.0.0.1",
"local_port": 8080
},
]
}
Keep In Touch with Mohammad Hasan Anisi Email - github - Telegram - Linkedin.
Please report bugs and suggestions at the Telegram !