Initial commit

This commit is contained in:
2026-02-13 00:30:12 +01:00
commit 322ee99666
7 changed files with 215 additions and 0 deletions

1
ban.sh Normal file
View File

@@ -0,0 +1 @@
iptables-nft -C INPUT -i "$1" -s "$2" -j DROP 2>/dev/null || iptables-nft -A INPUT -i "$1" -s "$2" -j DROP