千家信息网

shadowsocks 安装及使用

发表于:2025-01-31 作者:千家信息网编辑
千家信息网最后更新 2025年01月31日,安装 shadowsocks1. 安装shadowsocks pip install shadowsocks2. 编写shadowsocks配置文件测试,配置文件如下:cat >> /etc/s
千家信息网最后更新 2025年01月31日shadowsocks 安装及使用



安装 shadowsocks
1. 安装shadowsocks

    pip install shadowsocks

2. 编写shadowsocks配置文件测试,配置文件如下:

cat >> /etc/shadowsocks.json <

3.测试配置文件是否可用

    ssserver -c /etc/shadowsocks.json


4.如果启动成功,出现1075端口即可


5. 使用supervisor管理shadowsocks进程。安装 supervisor

    pip install supervisor


6. 启动 supervisor

 mkdir -p /etc/supervisor/conf.d/cat >>/etc/supervisor/supervisor.conf<


启动supervisor

    supervisord



7. 添加supervisor 的shadowsocks配置文件

cat >>/etc/supervisor/conf.d/shadowsocks.conf  <

8.重新加载supervisor

    supervisorctl update


9.检查supervisor是否启动了shadowsocks

ubuntu@ip-172-131-12-251:~$ sudo supervisorctl statusshadowsocks                      RUNNING   pid 18785, uptime 0:13:10ubuntu@ip-172-131-12-251:~$出现RUNNING 即成功


windows客户端下载地址:https://github.com/shadowsocks/shadowsocks-windows/releases/download/4.0.4/Shadowsocks-4.0.4.zip

mac客户端下载地址:https://github.com/shadowsocks/shadowsocks-iOS/releases



0