geoipupdate: initial commit
authorMatthew Hagan <mnhagan88@gmail.com>
Sat, 20 Nov 2021 23:46:34 +0000 (23:46 +0000)
committerRosen Penev <rosenp@gmail.com>
Wed, 22 Dec 2021 10:09:22 +0000 (02:09 -0800)
commitc815c9a94dcc5a89e209f8093de3c2abaa0a8bba
tree6bb47605ccba2b2fd82ed669835f1490092702f8
parentffd97e173c913e89fcb0d2ab683fac87d03d92b4
geoipupdate: initial commit

Add MaxMind's geoipupdate utility. mmdb files are downloaded to /var/GeoIP
by default. The user should update /etc/GeoIP.conf with their API key and
DB choice, currently set to country only. So as not to exceed MaxMind's
download limitations, the user should manually run the utility or set up a
cron job.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
net/geoipupdate/Makefile [new file with mode: 0644]
net/geoipupdate/files/geoipupdate.init [new file with mode: 0644]