https://github.com/gbbirkisson/simple-proxy
https://github.com/gbbirkisson/simple-proxy
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gbbirkisson/simple-proxy
- Owner: gbbirkisson
- Created: 2019-03-26T11:04:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T11:05:35.000Z (over 7 years ago)
- Last Synced: 2025-05-14T04:33:14.715Z (about 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-proxy
A super simple proxy server
## Run
```bash
docker run -it -e PROXY_URL=https://mockbin.org/echo -p 9900:9900 gbbirkisson/simple-proxy:latest
```
or
```bash
PROXY_URL=https://mockbin.org/echo go run main.go
```