Hi everyone,
I’ve tried a couple of plugins to get GeoIP based blocking working for my server at home, but found no solution that worked for me (easy database updates, support for latests GeoIp format, metrics for Prometheus/Grafana, possible to use with stock docker image). So i wrote something my self that is as fast as my previous Nginx ForwardAuth setup.
You can find all information here:
- GitHub - nschermer/geo-guardian: A high-performance GeoIP-based access control service written in Go · GitHub
- nschermer (Nick)
Hope someone else can benefit from this as well.