11 lines
359 B
JSON
11 lines
359 B
JSON
|
|
{
|
||
|
|
"proxy_mode": "Manual proxy configuration",
|
||
|
|
"manual.http_proxy.address": "http.proxy.net",
|
||
|
|
"manual.http_proxy.port": "8080",
|
||
|
|
"manual.use_for_https": true,
|
||
|
|
"manual.socks_proxy.address": "http.proxy.net",
|
||
|
|
"manual.socks_proxy.port": "8080",
|
||
|
|
"manual.socks_proxy.version": "v4",
|
||
|
|
"no_proxy": [],
|
||
|
|
"prompt_authentication": true
|
||
|
|
}
|