Giter Site home page Giter Site logo

sssocks5's Introduction

ssSocks5

魔改shadowsocks,实现socks5内网穿透。

服务端ssSocksServer

程序默认在9991端口监听客户端的请求,也可以使用使用-saddr :9991更换端口。
收到客户端请求后会随机在开启一个端口作为socks5端口。
例如:
可使用53126端口作为socks5进入内网。 image

客户端ssSocksClient

运行在内网服务器上,使用-s参数指定带服务器地址。
例如:
image 可使用-r参数指定服务器断开连接后尝试的次数,使用-t指定每次尝试的间隔(单位分钟)。默认每10分钟尝试一次,10次后退出程序。

ssSocksServer

Usage of ssSocksServer.exe:
  -saddr string
        client connect port (default ":9991")

ssSocksClient

Usage of ssSocksClient.exe:
  -r int
        Retry count, default 10 (default 10)
  -s string
        connect server addr
  -t int
        Time of each retry, 10 minutes by default (default 10)

sssocks5's People

Contributors

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