1
0

improving martillo-maldito to server to protect also nodes (port, ip, etc..)

This commit is contained in:
2024-07-23 21:14:51 +02:00
parent 78c0af4d04
commit d6b1502759
6 changed files with 343 additions and 90 deletions

View File

@@ -9,3 +9,6 @@ iptables = "0.5.1"
linemux = "0.3.0"
regex = "1.10.4"
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread", "signal"]}
openssl = { version = "0.10.64", features = ["vendored"] }
serde = {version = "1.0.204", features = ["derive"]}
serde_json = "1.0.120"