Add --proxy-server and --no-proxy-server switches.
This commit is contained in:
parent
fdcad1066e
commit
27f07974e0
2 changed files with 11 additions and 1 deletions
|
@ -18,6 +18,16 @@ app.on('ready', function() {
|
|||
|
||||
Enables remote debug over HTTP on the specified `port`.
|
||||
|
||||
## --proxy-server=`address:port`
|
||||
|
||||
Uses a specified proxy server, overrides system settings. This switch only
|
||||
affects HTTP and HTTPS requests.
|
||||
|
||||
## --no-proxy-server
|
||||
|
||||
Don't use a proxy server, always make direct connections. Overrides any other
|
||||
proxy server flags that are passed.
|
||||
|
||||
## --host-rules=`rules`
|
||||
|
||||
Comma-separated list of `rules` that control how hostnames are mapped.
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 41cb4ad321634dd3474b24c18f161f303ee41dfc
|
||||
Subproject commit a3eba728efe6e80a5e0717f6889131519ab2b2f5
|
Loading…
Reference in a new issue