Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 353 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 353 Bytes

Knockrs

Knockrs (pronounced knockers) is a reverse proxy written in rust using warp and tokio

Usage

In config.json, add the port you would like knockrs to run on, and a dictionary containing domain names and the corresponding ports you would like to map them to. Check config.json for an example. Then use

cargo run

To run the project