Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arwos/pinion

Reverse proxy
https://github.com/arwos/pinion

go golang reverse-proxy

Last synced: 10 days ago
JSON representation

Reverse proxy

Awesome Lists containing this project

README

        

# Pinion (simple reverse proxy)

[![Coverage Status](https://coveralls.io/repos/github/arwos/pinion/badge.svg?branch=master)](https://coveralls.io/github/arwos/pinion?branch=master)
[![Release](https://img.shields.io/github/release/arwos/pinion.svg?style=flat-square)](https://github.com/arwos/pinion/releases/latest)
[![Go Report Card](https://goreportcard.com/badge/github.com/arwos/pinion)](https://goreportcard.com/report/github.com/arwos/pinion)
[![CI](https://github.com/arwos/pinion/actions/workflows/ci.yml/badge.svg)](https://github.com/arwos/pinion/actions/workflows/ci.yml)

## Protocols

- [x] HTTP PROXY
- [ ] HTTPS PROXY
- [ ] SOCK4 PROXY
- [ ] SOCK5 PROXY

## Features

- Redirecting traffic to another proxy server for some domains
- Manual DNS configuration for domain resolution

## Contribute

**Use issues for everything**

- For a small change, just send a PR.
- For bigger changes open an issue for discussion before sending a PR.
- PR should have:
- Test case
- Documentation
- Example (If it makes sense)
- You can also contribute by:
- Reporting issues
- Suggesting new features or enhancements
- Improve/fix documentation

## License

GPL-3.0 License. See the LICENSE file for details.