Telize is a REST API built in C with Kore allowing to get a visitor IP address and to query location information from any IP address. It outputs JSON-encoded IP geolocation data, and supports both JSON and JSONP. Geolocation operations are performed using libmaxminddb which caches the database in RAM. Therefore, Telize has very minimal overhead and should be blazing fast. The default Telize configuration does not have logging enabled, it must be configured manually. There are commented out accesslog directives in conf/telize.conf for each domain block. ...