sctoCloud/Website

使用shadowsocks进行连接需要的信息如何获取?

Opened this issue · 1 comments

hanht commented

{
"server":"YOUR_SERVER_IP",
"server_port":8000,
"local_port":1080,
"password":"YOUR_PASSWORD",
"timeout":600,
"method":"aes-256-cfb"
}

hanht commented

如上,server的ip、端口号、密码、加密方式等信息,如何获取呢