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-20231031033233-94e31b64c959
  • Source
  • Go
  • Socket score

Version published
Created
Source

ssSocks5

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

服务端ssSocksServer

配置文件固定为同目录的config.ini 配置文件中的BindAddr用于接收客户端的链接。
收到客户端请求后会以Socks5Addr为socks5端口,若收到多个客户端请求便会在Socks5Addr端口的基础上+1,遇到被占用的端口会跳过。
image image

添加企业微信通知机器人

代理掉辣,兄弟们别急。
socks5:8.8.8.8:1445          
client:127.0.0.1:57018
新上线了一个socks5代理,兄弟们快冲。
socks5:8.8.8.8:1445          
client:127.0.0.1:57018

客户端ssSocksClient

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

ssSocksServer

ssSocksServer.exe:

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 31 Oct 2023

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