Skip to content

Instantly share code, notes, and snippets.

View vimarshacooray's full-sized avatar
:electron:
Baryon

Vimarsha vimarshacooray

:electron:
Baryon
View GitHub Profile
@VirtuBox
VirtuBox / nginx-geoip-module.md
Last active January 24, 2024 08:44
How to configure GeoIP module for Nginx

Create a folder to store the databases :

mkdir -p /usr/share/GeoIP

Download Country IP database

wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
gunzip GeoIP.dat.gz