Code Monkey home page Code Monkey logo

ssip's Introduction

简介

ssip是“shadowsocks server install packet”的缩写,它是shadowsocks(影梭,以下简称ss)的服务端一键安装包。本包附带windows,android,mac和iphone等主流平台的客户端程序文件。关于各客户端的程序文件,详见本包utils文件夹。

准备工作

  1. 请确保自己拥有一台非**大陆的ECS。推荐搬瓦工,亚马逊等境外云主机;
  2. 如果设置shadowsocks的监听端口为443,请确保云主机的防火墙已放开443端口;
  3. 下载本安装包,移动或复制到指定目录,如/opt目录(下面以/opt目录试验);

安装

第1步:下载并解压安装包
# cd /opt
# git clone https://github.com/wltos/ssip.git

第2步:修改配置文件
# cp example.config.json config.json
# vim /opt/ssip/etc/config.json
{
    "server":"11.22.33.44", //修改11.22.33.44为你的ECS公网IP
    "server_port":443,      //推荐443,21,3306,27017等知名端口,防止被封
    "local_port":1080,      //本地端口,默认就好
    "password":"HelloWorld",//密码,可修改为自己喜欢的密码
    "method": "aes-256-cfb",//加密方式,默认就好
    "timeout":600,          //延时,默认就好
    "fast_open": false      //默认就好
}

第3步:运行程序
# cd /opt/ssip/
# ./install.sh

启动 | 停止

启动程序
# /opt/ssip/bin/ssip -s start

重启程序
# /opt/ssip/bin/ssip -s restart

停止程序
# /opt/ssip/bin/ssip -s stop

重新载入配置文件
# /opt/ssip/bin/ssip -s reload

SS客户端

下面以苹果手机为例,给大家推荐几款APP。使用的时候把“安装”标题中的config.json文件内容填入客户端中即可。在AppStore中,作者陆陆续续找到如下几款软件,可能有的已下架,请挨个自行尝试。

APP名 是否收费 是否可用 验证时间
ShadowProxy 免费 已下架 2018-03-29
FirstWingy 免费 可用 2018-03-29
SuperPangolin 免费 可用 2018-06-22
BestWingy 免费 可用 2018-03-29
ShadowPocket 免费 可用 2018-03-29
Kite 免费 可用 2018-03-29
SsrConnectPro 免费 可用 2018-03-29
Wingy 收费 可用 2018-03-29
SsrConnectPro 免费 可用 2018-06-22
ShadowBroken 免费 可用 2018-06-22

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.