From a028b80adb2027b9d23ccb77f9d19ccf132a40dc Mon Sep 17 00:00:00 2001 From: Akash Nimare Date: Fri, 25 Aug 2017 18:08:39 +0530 Subject: [PATCH] Add proxy rules examples --- help.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/help.md b/help.md index f12e0003..b4dd6671 100644 --- a/help.md +++ b/help.md @@ -18,8 +18,19 @@ There are three fields provided: * `Proxy rules` - Rules indicating which proxies to use. * `Proxy bypass rules` - Rules indicating which URLs should bypass 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: -Sets the proxy settings. +`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` option is ignored and `PAC script` configuration is applied. @@ -91,4 +102,4 @@ The `Proxy bypass rules` is a comma separated list of rules described below: -## Reporting an Issue \ No newline at end of file +## Reporting an Issue