| Crates.io | prin |
| lib.rs | prin |
| version | 0.1.0 |
| created_at | 2025-02-12 23:28:38.318969+00 |
| updated_at | 2025-02-12 23:28:38.318969+00 |
| description | A simple reverse proxy terminal utility |
| homepage | |
| repository | https://github.com/shubhexists/prin |
| max_upload_size | |
| id | 1553597 |
| size | 41,061 |
A lightweight and user-friendly CLI reverse proxy tool built in Rust.
cargo install prin
Prin offers two main commands:
prin start [--port <PORT>]
Options:
--port, -p: Specify the port to run the proxy server on (default: 8000)# Add a new route
prin config add
# Edit an existing route
prin config edit
# Delete a route
prin config delete
Prin stores its configuration in JSON format at:
~/.config/prin/config.json%APPDATA%\prin\config.jsonThis project is licensed under the MIT License - see the LICENSE file for details.