autoblock 1.1.1

Automatically block SSH brute-force attackers via iptables
1
2
3
4
5
6
7
.PHONY: test lint

test:
	cargo test

lint:
	cargo clippy -- -D warnings