Closed paulomanrique closed 8 years ago
Is there a way to make the script connect to Maxmind service through a proxy? My webserver can't make direct connections.
This is currently not possible. We use curl internally, but the proxy settings are not exposed.
However, you might be able to set it globally within your script using the https_proxy environment variable.
https_proxy
Is there a way to make the script connect to Maxmind service through a proxy? My webserver can't make direct connections.