https://github.com/wzshiming/anyproxy
Proxy server supporting http, ssh, socks4, socks5, shadowsocks on port
https://github.com/wzshiming/anyproxy
http proxy shadowsocks socks4 socks5 ss ssh
Last synced: 1 day ago
JSON representation
Proxy server supporting http, ssh, socks4, socks5, shadowsocks on port
- Host: GitHub
- URL: https://github.com/wzshiming/anyproxy
- Owner: wzshiming
- License: mit
- Created: 2020-11-17T17:03:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T09:52:53.000Z (10 months ago)
- Last Synced: 2025-01-30T16:52:51.096Z (8 months ago)
- Topics: http, proxy, shadowsocks, socks4, socks5, ss, ssh
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 35
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anyproxy
Proxy server supporting http/ssh/socks4/socks5/shadowsocks on port
[](https://github.com/wzshiming/anyproxy/actions/workflows/go-cross-build.yml)
[](https://goreportcard.com/report/github.com/wzshiming/anyproxy)
[](https://godoc.org/github.com/wzshiming/anyproxy)
[](https://github.com/wzshiming/anyproxy/blob/master/LICENSE)
[](https://gocover.io/github.com/wzshiming/anyproxy)This project is to add protocol support for the [Bridge](https://github.com/wzshiming/bridge), or it can be used alone
The following is the implementation of other proxy protocols
- [Socks4](https://github.com/wzshiming/socks4)
- [Socks5](https://github.com/wzshiming/socks5)
- [HTTP Proxy](https://github.com/wzshiming/httpproxy)
- [Shadow Socks](https://github.com/wzshiming/shadowsocks)
- [SSH Proxy](https://github.com/wzshiming/sshproxy)
- [Emux](https://github.com/wzshiming/emux)## Usage
[API Documentation](https://godoc.org/github.com/wzshiming/anyproxy)
[Example](https://github.com/wzshiming/anyproxy/blob/master/cmd/anyproxy/main.go)
## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/anyproxy/blob/master/LICENSE) for the full license text.