cjheath / geoip

The Ruby gem for querying Maxmind.com's GeoIP database, which returns the geographic location of a server given its IP address
http://geoip.rubyforge.org/
GNU Lesser General Public License v2.1
714 stars 90 forks source link

dnsmasq #59

Closed fajabird closed 8 years ago

fajabird commented 8 years ago

Because of Performance reasons I want to use a local dnsmasq deamon with Caching enabled to Speed up lookups by geoip on hostnames. It seems that geoip does dns-lookups directly bypasing dnsmasq.

  1. Am I right?

2 What can I do?

cjheath commented 8 years ago

Pass in IP addresses, and GeoIP won't do any DNS lookup.