Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 months ago
JSON representation

Proxy server supporting http, ssh, socks4, socks5, shadowsocks on port

Awesome Lists containing this project

README

        

# anyproxy

Proxy server supporting http/ssh/socks4/socks5/shadowsocks on port

[![Build](https://github.com/wzshiming/anyproxy/actions/workflows/go-cross-build.yml/badge.svg)](https://github.com/wzshiming/anyproxy/actions/workflows/go-cross-build.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/wzshiming/anyproxy)](https://goreportcard.com/report/github.com/wzshiming/anyproxy)
[![GoDoc](https://godoc.org/github.com/wzshiming/anyproxy?status.svg)](https://godoc.org/github.com/wzshiming/anyproxy)
[![GitHub license](https://img.shields.io/github/license/wzshiming/anyproxy.svg)](https://github.com/wzshiming/anyproxy/blob/master/LICENSE)
[![gocover.io](https://gocover.io/_badge/github.com/wzshiming/anyproxy)](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.