Forward proxy support
{ "proxy": { "host": "10.1.2.3", "port": 8080, "protocol": "https" // can also be left out or set to "http" if your proxy can't be accessed with https } }
Last updated
Was this helpful?
{
"proxy": {
"host": "10.1.2.3",
"port": 8080,
"protocol": "https" // can also be left out or set to "http" if your proxy can't be accessed with https
}
}Last updated
Was this helpful?
Was this helpful?