https://github.com/sphericalkat/balrog-backend
https://github.com/sphericalkat/balrog-backend
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sphericalkat/balrog-backend
- Owner: SphericalKat
- Created: 2021-03-20T14:02:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:12:30.000Z (over 2 years ago)
- Last Synced: 2025-11-10T00:21:05.260Z (8 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forward-proxy
A stateless forward proxy for intercepting http(s) traffic and acting as a gateway. This particular service is built in Go. Install the dependencies to get started.
## Dependencies:
- [Go](https://golang.org/)
- [Redis](https://redis.io)
## Run the server
```bash
go run .
```
## Build a binary
```shell
go build . -o
```