GithubHelp home page GithubHelp logo

shadysocks-oss's Introduction

shadysocks

Build Status

+------+  SOCKS5   +-------+  shadowsocks   +-------+  TCP/UDP   +-----+
| user | --------> | rnode | -------------> | pnode | ---------> | dst |
+------+           +-------+       W        +-------+            +-----+

安装

  1. 确认$GOPATH有效
  2. go get -v github.com/en/shadysocks/cmd/{pnode,rnode}
  3. 测试(可选)
  • 安装dante-client 1.2.x+和nmap-ncat后,拷贝shadysocks/tests/socksify/socks.conf到/etc下
  • 进入$GOPATH/src/github.com/en/shadysocks下运行./tests/test.sh测试
  1. rnode运行在本地,pnode运行在远程服务器,并确认两者运行目录下有config.toml
  2. 修改rnode的config.toml, pnode = "远程服务器地址:8388"
  3. 修改pnode的config.toml, pnode = "0.0.0.0:8388", 监听本地8388端口
  4. chrome安装扩展SwitchyOmega, proxy server设置为rnode监听地址,默认为127.0.0.1:1081,协议为SOCKS5

特性

  • 支持SOCKS5 CONNECT
  • 支持SOCKS5 UDP ASSOCIATE
  • 支持OTA
  • 兼容原版ss

shadysocks-oss's People

Contributors

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