Allow blacklisting CIDR ranges

This commit is contained in:
Daniel Saxton 2025-01-04 19:20:37 -06:00
parent e6566e65f9
commit c22f1f0a24
4 changed files with 90 additions and 30 deletions

View file

@ -10,6 +10,7 @@ forwarder = ["tokio-tungstenite", "tokio", "futures-util"]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
ipnetwork = "0.20.0"
# forwarder deps
tokio-tungstenite = { version = "0.23.1", optional = true, features = ["native-tls"] }