1

Hello is it possible to block or allow certain countries in Nginx Ingress (community). It seems possible on Nginx installed on servers (link) But I want to apply similarly to this on Nginx Ingress.

1 Answers1

2

That is documented in the user-guide. You need to set --use-geoip2 true and --maxmind-license-key KEY.

Note that geoip is discontinued:

Note: MaxMind legacy databases are discontinued and will not receive updates after 2019-01-02, cf. discontinuation notice. Consider use-geoip2 below.

Henrik Pingel
  • 8,676
  • 2
  • 24
  • 38