shadowsocks安装及使用-古蔺大橙子建站
RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

新闻中心

这里有您想知道的互联网营销解决方案
shadowsocks安装及使用

安装 shadowsocks
1. 安装shadowsocks

创新互联建站主要从事成都网站建设、成都网站设计、网页设计、企业做网站、公司建网站等业务。立足成都服务二连浩特,10年网站建设经验,价格优惠、服务专业,欢迎来电咨询建站服务:028-86922220

    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 status
shadowsocks                      RUNNING   pid 18785, uptime 0:13:10
ubuntu@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


当前标题:shadowsocks安装及使用
地址分享:http://scgulin.cn/article/pdhhig.html