在Windows Server 下搭建Shadowsocks,使用最简单的方式搭建
1. 下载Shadowsocks程序
下载并解压Shadowsocks文件https://github.com/shadowsocks/libQtShadowsocks/releases
2. 添加config.json配置文件
1 | { |
3. 运行shadowsocks-libqss.exe启动服务
有两种方式启动服务:
- 在命令行中运行以下命令
1 | shadowsocks-libqss.exe -c config.json -S |
- 将命令写在.bat文件中,运行.bat文件启动
1 | @echo off |
配置完成,在客户端配置后就可以使用了
下载配置文件
- 参考链接:
- Shadowsocks服务端:https://github.com/shadowsocks/libQtShadowsocks/releases
- Shadowsocks客户端:https://github.com/shadowsocks/shadowsocks-windows/releases