Created daemon python script.

This commit is contained in:
Artyom Titov 2026-08-26 21:44:58 +03:00
commit 5d9cd3c207
7 changed files with 651 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "ipban"
version = "0.1.0"
edition = "2024"
[dependencies]
rusqlite = "0.40.0"