Allow blacklisting CIDR ranges
This commit is contained in:
parent
e6566e65f9
commit
c22f1f0a24
4 changed files with 90 additions and 30 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue