Seed shared-bans with Israel blocklist (767 CIDRs)

This commit is contained in:
sami-bot
2026-06-30 13:31:11 -07:00
parent e45206a525
commit a3d3dfeff7
6 changed files with 825 additions and 3 deletions
+15 -3
View File
@@ -1,3 +1,15 @@
# shared-bans
Shared IP ban list synced to all sami servers
# Shared IP ban list — synced to all sami servers
#
# Two files hold the bans:
# - static/bans.txt — auto-generated from sources.json URLs (regenerated nightly)
# - dynamic/bans.txt — manually-maintained, for IPs you've banned on purpose
#
# To ban an IP or CIDR across all servers, add it to dynamic/bans.txt, commit, push.
# The systemd timer on each server pulls every 5 minutes and applies the union.
#
# Format: one CIDR or IP per line. Lines starting with # are ignored.
# Example:
# # 2026-06-30 — brute-forcing SSH
# 185.220.101.45
#
# To ban a /24 range: 185.220.101.0/24