Skip to content

Commit

Permalink
Added running a cmd to import lists from sources like fail2ban
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb2091 committed Mar 8, 2024
1 parent fcc7bbd commit 9b787a2
Show file tree
Hide file tree
Showing 9 changed files with 293 additions and 346 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,4 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
task_cmd
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ leptos_router = { git = "https://github.com/leptos-rs/leptos", version = "0.6",
tokio = { version = "1", features = [
"rt-multi-thread",
"parking_lot",
"process"
], optional = true }
tower = { version = "0.4", optional = true }
tower-http = { version = "0.5", features = ["fs"], optional = true }
Expand Down
Loading

0 comments on commit 9b787a2

Please sign in to comment.