PredatH0r / SteamServerBrowser

Browse game servers and details for games using Valve's master servers
126 stars 20 forks source link

Switch geoip service to maxmind geolite2-country #39

Closed surf5726 closed 2 months ago

surf5726 commented 3 months ago

GeoLite2-Country.zip

PredatH0r commented 2 months ago

My aplologies for not replying earlier. Thanks a lot for this pull request. I will try to add a Geo-IP implementation based on your code, so one can choose between different implementations, i.e. the current web-API based one and the offline GeoLite2 based one.

PredatH0r commented 2 months ago

I committed a version now where you can select in the "Options" menu between the GeoIP implementations. However additional work is needed. The default will be changed back to the ip-api.com implementation, since the GeoLite2-Country does not provide the needed State information for US servers and the GeoLite2-City database has a size of 60MB, which would significantly increase the download package.