windows下搭建shadowsocks服务器

1、下载shadowsocks

2、新建文件夹,如ssr,将下载好的shadowsocks-libqss.exe保存到该目录

3、在ssr文件夹中新建config.json,内容如下:

{

    "server":"0.0.0.0",

    "server_port":8388,

    "local_address":"127.0.0.1",

    "local_port":1080,

    "password":"123456",

    "timeout":300,

    "method":"aes-256-cfb",

    "fast_open":false

}

"server_port":8388 表示代理的端口

 "password":"123456"表示连接代理时,需要设置的密码

4、启动服务

启动cmd,切换到ssr所在目录,运行命令:

shadowsocks-libqss.exe -c config.json -S

出现下图,即表示启动成功

如果windows是云服务器,则需要开通防火墙

添加前面设置的端口,如8388

Subscribe to 晨辰bk
Receive the latest updates directly to your inbox.
Verification
This entry has been permanently stored onchain and signed by its creator.