https://github.com/arwos/pinion
Reverse proxy
https://github.com/arwos/pinion
go golang reverse-proxy
Last synced: 24 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 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-03T19:33:29.000Z (9 months ago)
- Last Synced: 2025-08-16T15:41:16.861Z (3 months ago)
- Topics: go, golang, reverse-proxy
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pinion (simple reverse proxy)
[](https://coveralls.io/github/arwos/pinion?branch=master)
[](https://github.com/arwos/pinion/releases/latest)
[](https://goreportcard.com/report/github.com/arwos/pinion)
[](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.