https://github.com/pablopunk/proxx
Start a quick proxy
https://github.com/pablopunk/proxx
Last synced: about 1 year ago
JSON representation
Start a quick proxy
- Host: GitHub
- URL: https://github.com/pablopunk/proxx
- Owner: pablopunk
- Created: 2021-03-18T17:30:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T17:32:35.000Z (about 5 years ago)
- Last Synced: 2025-02-18T08:19:03.165Z (over 1 year ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# proxx
Start a quick proxy on a port
## Usage
Start a local proxy on port 3000 that redirects all requests to google:
```sh
$ npx proxx 3000 https://google.com
Listening on port 3000...
```
## License
MIT
## Author
|  |
| --------------------------------- |
| [Pablo Varela](https://pablopunk.com) |