better unauthorized ip, and adding responder

This commit is contained in:
2025-01-18 04:04:07 +01:00
parent f5f3ee67a5
commit 3499f430b1
6 changed files with 99 additions and 19 deletions

View File

@@ -13,6 +13,9 @@ http-body-util = "0.1.2"
hyper = { version = "1.5.2", features = ["http1", "server"] }
hyper-util = { version = "0.1", features = ["http1", "server", "tokio"] }
serde = {version = "1.0.217", features = ["derive"]}
serde_json = "1.0.135"
log = { version = "0.4.25", features=["kv"]}
[lib]