Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TryGOTry/multiplexing_port_socks5
一款golang写的支持http与socks5的端口复用小工具,并且可以开启socks5代理。
https://github.com/TryGOTry/multiplexing_port_socks5
Last synced: 3 months ago
JSON representation
一款golang写的支持http与socks5的端口复用小工具,并且可以开启socks5代理。
- Host: GitHub
- URL: https://github.com/TryGOTry/multiplexing_port_socks5
- Owner: TryGOTry
- Created: 2021-03-12T04:16:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T06:47:45.000Z (over 3 years ago)
- Last Synced: 2024-05-13T16:34:55.671Z (6 months ago)
- Language: Go
- Size: 274 KB
- Stars: 275
- Watchers: 6
- Forks: 52
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - TryGOTry/multiplexing_port_socks5 - 一款golang写的支持http与socks5的端口复用小工具,并且可以开启socks5代理。 (Go)
README
# multiplexing_port_socks5
一款golang写的支持http与socks5的端口复用小工具,并且可以开启socks5代理。
---
### 支持端口复用的小工具。目前仅支持socks5.与http分流。(linux版可自行添加修改。模块已经写好)
---
# 相关项目
socks5:https://github.com/3gstudent/Homework-of-Go/blob/master/frsocks.go (socks5代理)protoplex:https://github.com/Pandentia/protoplex (流量分流)
相关文章:[frsocks+protoplex+流量重定向实现端口复用](https://uknowsec.cn/posts/notes/frsocks+protoplex+%E6%B5%81%E9%87%8F%E9%87%8D%E5%AE%9A%E5%90%91%E5%AE%9E%E7%8E%B0%E7%AB%AF%E5%8F%A3%E5%A4%8D%E7%94%A8.html)
# 运行截图
![运行截图](https://github.com/TRYblog/multiplexing_port_socks5/blob/main/img/1.png "运行截图")
![http测试](https://github.com/TRYblog/multiplexing_port_socks5/blob/main/img/2.png "http测试")
![代理配置](https://github.com/TRYblog/multiplexing_port_socks5/blob/main/img/3.png "代理配置")
![socks5测试](https://github.com/TRYblog/multiplexing_port_socks5/blob/main/img/4.png "socks5测试")# Time
2021/03/12
[个人博客](https://www.nctry.com)