haproxy-wi/app/scripts/ansible/roles/nginx_geoip/templates/geoip.sh.j2

10 lines
364 B
Plaintext
Raw Normal View History

#!/bin/bash
cd {{nginx_dir}}/scripts
git clone https://github.com/sherpya/geolite2legacy.git || true
cd geolite2legacy
wget "https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-Country-CSV&license_key={{maxmind_key}}&suffix=zip" -qO geoip2Country.zip
python3 geolite2legacy.py -i geoip2Country.zip -o GeoIP.dat
mv GeoIP.dat {{nginx_dir}}/geoip/