mirror of
https://github.com/astefanutti/decktape.git
synced 2024-12-02 06:35:51 +03:00
13 lines
389 B
JSON
13 lines
389 B
JSON
{
|
|
// same as: --ignore-ssl-errors=true
|
|
"ignoreSslErrors": true,
|
|
|
|
// address:port specifies the proxy server to use (e.g. --proxy=192.168.1.42:8080)
|
|
"proxy": "",
|
|
|
|
// [http|socks5|none] specifies the type of the proxy server (default is http).
|
|
"proxyType": "",
|
|
|
|
// specifies the authentication information for the proxy, e.g. --proxy-auth=username:password)
|
|
"proxyAuth": ""
|
|
} |