minetest / serverlist

The global Minetest server list server
GNU Lesser General Public License v2.1
51 stars 28 forks source link

Add interface for client to lookup it's own continent. #34

Closed sofar closed 2 years ago

sofar commented 5 years ago

This adds /geoip which returns unknown or one of NA, SA etc. plus a 200 exit code, or a 500 code if things went south badly.

We make reader a global to prevent constantly creating it for a little bit efficiency.

sofar commented 5 years ago

Updated, please take a look.