Feat: Add initial blocklist service with periodic updates
Implemented a blocklist service using Gin framework to check blocked IPs. Initial blocklist is loaded from a file, and the list is periodically updated by checking file modifications. Environment variables CONFIG_PATH and SERVER_ADDRESS are used to configure the service.
Signed-off-by: Christian Roessner c@roessner.co