Skip to content

Releases: SequoiaIT-Devs/honeypot-blocklist

1.4-1

14 Jun 08:35
a0d59aa
Compare
Choose a tag to compare
  • Switched from single file storage to SQLite database for IP blocklist
  • Added database initialization and migration functions
  • Added table to track applied IPs to avoid reapplying them

1.3-2

17 May 06:06
3079317
Compare
Choose a tag to compare
  • Bug Fix: Explicitly check if the IP already exists in the blocklist file before adding it

1.3-1

17 May 05:17
bfb773f
Compare
Choose a tag to compare
  • split into probe and client packages
  • probe: collects IPs from fail2ban and uploads to GitHub
  • client: syncs IPs from GitHub and applies to firewalld
  • honeypot-{probe, client}.service and .timer added replacing cron usage
  • added logs and log rotation for honeypot-{probe, client}