Git Product home page Git Product logo

shadowsocks-libev-note's Introduction

VPS上配置shadowsocks-libev步骤

1. 安装shadowsocks-libev

  1. 复制脚本到服务器
wget --no-check-certificate -O shadowsocks-all.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-all.sh
  1. 运行脚本安装
chmod +x shadowsocks-all.sh
./shadowsocks-all.sh 2>&1 | tee shadowsocks-all.log
  1. 运行过程中会有多种选项需要选择

    1. 加密方式推荐 chacha20-itef-poly1305,
    2. 端口可以尽量设置高一点,避免443, 1080等常用端口,
    3. 安装 simple-obfs , 选择 http 模式
    4. 设置密码,客户端密码需要与此相同
  2. 完成安装显示如下内容

Congratulations, your_shadowsocks_version install completed!
Your Server IP        :your_server_ip
Your Server Port      :your_server_port
Your Password         :your_password
Your Encryption Method:your_encryption_method

Your QR Code: (For Shadowsocks Windows, OSX, Android and iOS clients)
ss://your_encryption_method:your_password@your_server_ip:your_server_port
Your QR Code has been saved as a PNG file path:
 your_path.png

Welcome to visit:https://teddysun.com/486.html
Enjoy it!

可以将二维码文件下载到本地,用于客户端扫描 5. 常用命令

./shadowsocks-all.sh uninstall #卸载
启动:/etc/init.d/shadowsocks-libev start
停止:/etc/init.d/shadowsocks-libev stop
重启:/etc/init.d/shadowsocks-libev restart
查看状态:/etc/init.d/shadowsocks-libev status

  1. 配置文件地址
/etc/shadowsocks-libev/config.json

2. windows客户端配置

  1. Win Shadowsocks客户端下载地址
  2. Shadowsocks obfs-local插件下载地址
  3. 解压客户端软件和插件
  4. 插件放在Shadowsocks.exe相同目录下 d20b0bb85d8d2f68fef36c3e7d79a12a.png
  5. obfs可以直接在Shadowsocks的服务器编辑页面修改参数4b73863aef6507e34b98b1264c3691aa.png
  6. 插件选项为 obfs=http;obfs-host=www.bing.com, 实际上可以将 www.bing.com 更换为任意的一个网址, 只要不是被GFW封杀的就可以, 推荐像腾讯视频, 优酷, bing这种流量较大的网站

3. Android客户端配置

  1. 下载Shadowsocks 安卓客户端,安装

  2. 下载安装Simple obfuscation

  3. 扫描二维码完成基本配置

  4. 设置 【插件】【配置...】

com.github.shadowsocks.jpg


本文部分参考https://github.com/KeiKinn/ShadowsocksBio

shadowsocks-libev-note's People

Contributors

penglei-adam avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.