mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-13 18:36:25 +00:00
Add proxy rules examples
This commit is contained in:
13
help.md
13
help.md
@@ -19,7 +19,18 @@ There are three fields provided:
|
|||||||
* `Proxy bypass rules` - Rules indicating which URLs should
|
* `Proxy bypass rules` - Rules indicating which URLs should
|
||||||
bypass the proxy settings.
|
bypass the proxy settings.
|
||||||
|
|
||||||
Sets the proxy settings.
|
For a typical setup where internet access is required to use an HTTP proxy,
|
||||||
|
but URLs on the local network should be accessed directly, configure as follows:
|
||||||
|
|
||||||
|
`Proxy rules = proxy.example.com`
|
||||||
|
|
||||||
|
Your HTTP proxy server
|
||||||
|
`Proxy bypass rules = *.example.com;10.0.0.0/8`
|
||||||
|
|
||||||
|
Directly connect to your own domain and private IP subnet
|
||||||
|
for more complex setups, read below to configure complex proxy rules and proxy bypass rules.
|
||||||
|
|
||||||
|
### Sets the proxy settings.
|
||||||
|
|
||||||
When `PAC script` and `Proxy rules` are provided together, the `Proxy rules`
|
When `PAC script` and `Proxy rules` are provided together, the `Proxy rules`
|
||||||
option is ignored and `PAC script` configuration is applied.
|
option is ignored and `PAC script` configuration is applied.
|
||||||
|
|||||||
Reference in New Issue
Block a user