https://github.com/asppj/cnbs
client net bridge server
https://github.com/asppj/cnbs
Last synced: 4 months ago
JSON representation
client net bridge server
- Host: GitHub
- URL: https://github.com/asppj/cnbs
- Owner: asppj
- License: mit
- Created: 2020-01-14T12:12:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T09:39:39.000Z (over 5 years ago)
- Last Synced: 2024-06-19T14:53:02.271Z (about 1 year ago)
- Language: Go
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [cnbs](https://github.com/asppj/cnbs)
client net bridge server
客户端网桥服务器* 基于[go-admin](https://github.com/GoAdminGroup/go-admin) 和 [GoFrame](https://github.com/gogf/gf) 的CS模式内网穿透工具
## 开发顺序
1. 优先实现http内网穿透;
2. 实现TCP长连接代理
3. 实现UDP代理### http 内网穿透
应用层多路复用;并发时可能出现服务器占用内存较大的情况;后期再优化尽量平衡;
### TCP 代理
暂时不做
### UDP 代理
暂时不做
### KCP
暂时不做
### VNC
暂时不做
## Web 管理界面
暂时不做
## Gui 客户端界面
暂时不做,优先级高
## 客户端
python,golang,js,别的不会;
## 路由器支持
暂时不做,优先级高(个人爱好)