Skip to content

πŸ•΅πŸΎβ€β™€οΈπŸ•΅πŸΏβ€β™‚οΈ Find out who snoops around on your server using the GeoLite2 database of MaxMind and go !

License

Notifications You must be signed in to change notification settings

4thel00z/geoipd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

geoipd

geoipd-tests geoipd-logo GitHub release (latest by date)

What this project is about

This is the geoipd tool. It's intention is to provide a simple HTTP server which uses the MaxMind GeoLite2 Database to:

  • translate between IPs to geo locations
  • render IPs on a map

asciicast

All the usages of this software have to comply with maxmind's end user license agreement. I distance myself from usages that do not comply with the aforementioned end user license agreement.

Example rendering

This is the example rendering that was rendered by locating the ip adress 1.1.1.1:

geoipd-rendering

How do I install it ?

Pick one of the release tarballs.

If you have linux machine with amd64, you can use this oneliner instead:

curl -s https://api.github.com/repos/4thel00z/geoipd/releases/latest |grep "browser_download_url"| cut -d '"' -f 4| grep linux| grep amd64| wget -qi -

How to download the database

You need to enter a your MaxMind License key which you can obtain from here: https://www.maxmind.com/en/accounts/<user-id>/license-key In an .env file like so:

MAX_MIND_KEY=<enter you key>

then you can update/download the database from inside this repository. Run make run afterwards to have a new working geoipd instance under build/geoipd.

How do I run it ?

After creating a new project like above you can simply run:

make run

or

just run

if you have just installed. Running make help will show you the rest of the targets.

License

This project is licensed under the GPL-3 license.

About

πŸ•΅πŸΎβ€β™€οΈπŸ•΅πŸΏβ€β™‚οΈ Find out who snoops around on your server using the GeoLite2 database of MaxMind and go !

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published