Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arwos/pinion
- Owner: arwos
- License: gpl-3.0
- Created: 2024-10-28T18:13:51.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T01:16:30.000Z (about 2 months ago)
- Last Synced: 2024-11-05T14:32:13.492Z (about 2 months ago)
- Topics: go, golang, reverse-proxy
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.