Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kezhengjie/proxy
multi proxy tools.
https://github.com/kezhengjie/proxy
fast fluent forward go modern proxy rpc socks5 tcp-proxy vpn
Last synced: 15 days ago
JSON representation
multi proxy tools.
- Host: GitHub
- URL: https://github.com/kezhengjie/proxy
- Owner: kezhengjie
- License: mit
- Created: 2021-10-19T06:51:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T02:58:44.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T03:22:24.122Z (26 days ago)
- Topics: fast, fluent, forward, go, modern, proxy, rpc, socks5, tcp-proxy, vpn
- Language: Go
- Homepage:
- Size: 187 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proxy
`This package contains multiple proxy/forward tools.`
`Uses unsafe package to reduce memory allocating and convert memory to protocol struct in net transfer part,which avoids memory-copy that will improve speed.`## Progress
### Forward
- net.Conn interface forward complete. Usable
- TCP forward complete. Usable### http
- unfinished
### socks5
- Socks5 client complete. Usable.
- Socks5 server complete. Usable.
### proxy
a c/s architecture proxy tool over tcp.
work properly.
look `proxy\cmd\vpn\main.go` for usage.香港阿里云服务器测试通过,youtube流畅看4k,速度取决于服务器实际带宽,因为协议是自己新写的加上go的协程tcp为io非阻塞式,目前比较稳定。