-| usage | Specifies the form of proxy detection to use. Possible values include:<ul><li>**NO_PROXY.** Don't use a proxy server.</li><li>**AUTODETECT.** Automatically detect the proxy settings.</li><li>**MANUAL_PROXY.** Use a specified proxy list and bypass list. You must specify your lists immediately after the usage tag. For example, `MANUAL_PROXY proxy1,proxy2 NULL`.<ul><li>**Proxy list.** A comma-delimited list of proxy servers to use.</li><li>**Bypass list.** A space-delimited list of host names or IP addresses, or both, for which transfers are not to be routed through a proxy. This can be \<local> to refer to all servers on the same LAN. Values of NULL or may be used for an empty proxy bypass list.</li></ul><li>**AUTOSCRIPT.** Same as **AUTODETECT**, except it also runs a script. You must specify the script URL immediately after the usage tag. For example, `AUTOSCRIPT http://server/proxy.js`.</li><li>**RESET.** Same as **NO_PROXY**, except it removes the manual proxy URLs (if specified) and any URLs discovered using automatic detection.</li></ul> |
0 commit comments