Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merokudao/http-proxy
https://github.com/merokudao/http-proxy
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/merokudao/http-proxy
- Owner: merokudao
- Created: 2023-05-29T13:54:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T02:35:33.000Z (9 months ago)
- Last Synced: 2024-11-09T04:32:45.408Z (about 2 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple proxy
- yarn install
- UPSTREAM_URL=http://your-url:port/ yarn start## Docker
`docker build -t proxy .`
`docker run -e UPSTREAM_URL=https://www.google.com -t proxy`
Visit the proxy at [http://localhost:3000](http://localhost:3000).