Code Monkey home page Code Monkey logo

goproxy-ss-plugin-android's Introduction

goproxy安卓全局代理,ss goproxy安卓插件

数据流

为了方便理解插件怎么工作的,下面对使用插件前后流量走向做个对比

使用插件前

本地VPN -》本地SS-》----互联网------》SS服务器

使用插件后

本地VPN -》本地SS-》本地goproxy-》----互联网------》goproxy服务器

对比可以发现,使用了goproxy插件之后,实际上设备出去对流量都是goproxy控制的,也就是说可以使用goproxy的各种传输协议和服务了。

使用说明

1.安装官方ss客户端
2.安装 ss-goproxy 插件, 点击下载
3.在官方客户端里面新建一个服务端,填写规范如下:
3.1 服务器IP、端口、加密方法、密码正常填写,需要注意的是加密方法要填写goproxy的sps支持的加密方法。
3.2 最下面插件选择ShadowsocksGoProxyPlugin
3.3 配置参数:填写goproxy的sps启动参数即可。
3.4 需要注意的是,填写goproxy的sps启动参数里面的-p和-P是不需要填写的,如果-T是ws或者wss依赖域名可以加上-P参数,另外必须用-h和-j指定上面填写的加密方法和密码。

特别提示

在使用插件连接时,很多国产手机会显示”未知插件“,出现无法连接的情况。
需要
1.手机管家->权限管理->自启动管理中将ShadowsocksGoProxyPlugn设置为允许启动。
2.手机管家->自启管理->应用关联启动管理,找到ShadowsocksGoProxyPlugin,开启可被其他应用启动即可。
不同手机可能设置方法不一样,上面是两个常见的,有的是自启动有的是白名单,总之就是要把ShadowsocksGoProxyPlugn放在系统后台进程白名单里面,防止插件进程被系统意外杀掉。

示例

假设上级(IP为1.1.1.1)执行的命令是:proxy socks -t ws -p :8800
ss客户端新建里面填写:
服务器IP:1.1.1.1
端口:8800
加密方法:aes-256-cfb
密码:123
插件配置参数:-S socks -T ws -h aes-256-cfb -j 123

使用了WS和CDN示例

假设上级执行的命令是:proxy socks -t ws -p :8800
CDN域名是:test.com
ss客户端新建里面填写:
服务器IP:test.com
端口:80
加密方法:aes-256-cfb
密码:123
插件配置参数:-S socks -T ws -h aes-256-cfb -j 123 -P test.com:80

goproxy-ss-plugin-android's People

Contributors

snail007 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.