Closed sergeysedoy97 closed 3 years ago
This PR adds support for CASYNC_CURLOPT_PROXY environment to set the corresponding curl option. The proxy needs to secure an organization's internal network from external threats.
Example: export CASYNC_CURLOPT_PROXY=<[protocol://][user:password@]proxyhost[:port]>
export CASYNC_CURLOPT_PROXY=<[protocol://][user:password@]proxyhost[:port]>
Bump
This PR adds support for CASYNC_CURLOPT_PROXY environment to set the corresponding curl option. The proxy needs to secure an organization's internal network from external threats.
Example:
export CASYNC_CURLOPT_PROXY=<[protocol://][user:password@]proxyhost[:port]>