Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.09k stars 372 forks source link

Proxy support? #82

Open gdhnz opened 7 years ago

gdhnz commented 7 years ago

Any chance of support for proxies? In our production setup, we require outgoing requests to go via a proxy.

Also, are there any thoughts on using guzzlehttp/guzzle instead of your HttpClient?