Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/djhons/ssSocks5

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/djhons/ssSocks5

  • v0.0.0-20220902040031-d4747a30c978
  • Source
  • Go
  • Socket score

Version published
Created
Source

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)

FAQs

Package last updated on 02 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc