pip install shadowsocks
create /etc/shadowsocks.json
{
"server":"my_server_ip",
"server_port":8388,
"local_port":1080,
"password":"your_password",
"timeout":600,
"method":"aes-256-cfb"
}
ssserver -c /etc/shadowsocks.json -d start
pip install shadowsocks
create /etc/shadowsocks.json
{
"server":"my_server_ip",
"server_port":8388,
"local_port":1080,
"password":"your_password",
"timeout":600,
"method":"aes-256-cfb"
}
ssserver -c /etc/shadowsocks.json -d start
This page is an archive of entries in the Network category from July 2018.
Network: May 2018 is the previous archive.
Network: February 2019 is the next archive.
Find recent content on the main index or look in the archives to find all content.
Recent Comments