Skip to content

Commit f593355

Browse files
committed
removed unused dependency
1 parent 70fbe12 commit f593355

File tree

3 files changed

+10
-49
lines changed

3 files changed

+10
-49
lines changed

Cargo.lock

-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
futures = "0.3.30"
87
reqwest = "0.12.5"
98
serde = { version = "1.0.204", features = ["derive"] }
109
serde_json = "1.0.122"

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Knockrs
2+
Knockrs (pronounced knockers) is a reverse proxy written in rust using warp and tokio
3+
4+
## Usage
5+
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
6+
```bash
7+
cargo run
8+
```
9+
To run the project
10+
## Note: paths don't work, imma fix that

0 commit comments

Comments
 (0)