It’s a tiny selfhosted service that determines the client’s IP address or accepts an IP address through a query parameter, then returns geolocation and ASN information using the MaxMind GeoLite2 databases.
I often used services likr ipinfo.io for checking my IP, location etc. e.g. to make sure a VPN was working properly. These are also handy for figuring out which timezone to use etc. I wanted to selfhost it, but couldn’t find one that satisfied my needs. So I decided to write one.
Check out the README for details.
SinTan1729@programming.dev