docs: More notes on --proxy-server, close #3390
This commit is contained in:
parent
0a5b234e3d
commit
0e9415a256
1 changed files with 4 additions and 2 deletions
|
@ -33,8 +33,10 @@ Enables remote debugging over HTTP on the specified `port`.
|
|||
|
||||
## --proxy-server=`address:port`
|
||||
|
||||
Use a specified proxy server, which overrides the system setting. This switch only
|
||||
affects HTTP and HTTPS requests.
|
||||
Use a specified proxy server, which overrides the system setting. This switch
|
||||
only affects requests with HTTP protocol, including HTTPS and WebSocket
|
||||
requests. It is also noteworthy that not all proxy servers support HTTPS and
|
||||
WebSocket requests.
|
||||
|
||||
## --proxy-pac-url=`url`
|
||||
|
||||
|
|
Loading…
Reference in a new issue