https://github.com/skyduy/mysocks
Socks5 协议最佳实践
https://github.com/skyduy/mysocks
session-layer socks5
Last synced: 5 months ago
JSON representation
Socks5 协议最佳实践
- Host: GitHub
- URL: https://github.com/skyduy/mysocks
- Owner: skyduy
- License: mit
- Fork: true (gwuhaolin/lightsocks)
- Created: 2020-01-09T02:02:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T07:36:49.000Z (over 6 years ago)
- Last Synced: 2024-06-20T08:02:21.633Z (almost 2 years ago)
- Topics: session-layer, socks5
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mysocks
## 更改
- 仅保留核心组件
- 增加部分注释
- 重构部分架构/代码
- 待添加功能 TODO
## Thanks
[Lightsocks](https://github.com/gwuhaolin/lightsocks)