From 0a81ca6ed2571c41f0203cd68e4b2f0dd868092a Mon Sep 17 00:00:00 2001 From: Esteban Garcia Date: Thu, 30 Apr 2020 11:52:08 -0500 Subject: [PATCH] Add proxyServer documentation --- doc/xmlConfigFile.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index 0caf0e0..5edb701 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -186,6 +186,8 @@ For target servers using the HTTPS transfer protocol it is necessary, that the C By default, the `download` command does not fail the service startup if the operation fails (e.g. `from` is not available). In order to force the download failure in such case, it is possible to specify the `failOnError` boolean attribute. +To specify a custom proxy you can put your proxy URL in the parameter `proxyServer`. + Examples: ```xml @@ -193,12 +195,14 @@ Examples: + + - ```