Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 796a629527eaf6c507c6f9c928a271a34c986b42
  • master default protected
  • v3.0
  • pf+ELK
  • pfELK
  • v1.0
  • v2.0
  • vanilla
8 results

pfelk

user avatar
a3ilson authored and GitHub committed
sudo add-apt-repository ppa:maxmind/ppa
sudo apt-get update
sudo apt install geoipupdate
sudo nano /etc/GeoIP.conf
ProductIds GeoLite2-City 506 517 533
// Or adjust to utilize any of the following: GeoLite2-City GeoLite2-Country GeoLite-Legacy-IPv6-City GeoLite-Legacy-IPv6-Country
sudo geoipupdate
// Additionally you can creat a cron job to obtain automatic updates.
796a6295
History