Commit Graph

16 Commits

Author SHA1 Message Date
68eb3a055d Add Project Honeypot example for fetching and parsing blocklist data 2026-03-15 16:05:35 +05:00
a20d939e0d Clarify documentation for NewConfigWithValidator limit and validator parameters 2026-03-15 16:05:18 +05:00
9cda5799e1 Clarify usage of limit parameter in DShield example 2026-03-15 16:03:58 +05:00
7702b5a431 Add DShield example for fetching and parsing blocklist data 2026-03-15 15:56:08 +05:00
941e0541bf Add Spamhaus JSON example to demonstrate blocklist usage 2026-03-15 15:46:59 +05:00
16f233197d Add comment to NewConfig explaining the limit parameter 2026-03-15 15:35:19 +05:00
ae2bcc6ddf Add RSS parser implementation for IP extraction 2026-03-14 11:55:48 +05:00
b649509fcb Add text parser implementation for IP extraction from plain text files 2026-03-14 11:54:24 +05:00
1f95752b45 Add comments to jsonLinesParser for improved documentation 2026-03-14 11:47:27 +05:00
c1e0d071a6 Add comments to JSON Lines parser for improved documentation 2026-03-14 11:41:24 +05:00
b47597310c Improve readability by adjusting blocklist constants spacing 2026-03-14 11:37:17 +05:00
7f2376a904 Add JSON lines parser implementation with IP extraction support 2026-03-14 11:36:25 +05:00
cc0dc64d91 Add blocklist package with config and data fetching functions 2026-03-14 11:36:04 +05:00
2409794159 Add IP address parser and validators 2026-03-14 11:35:35 +05:00
b72401fba6 Initialize Go module for the project 2026-03-14 11:23:59 +05:00
b5290d5270 Add MIT license to the repository 2026-03-14 11:11:01 +05:00