Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2016-01-07 14:57:24 +0300
committermboelen <michael@cisofy.com>2016-01-07 14:57:24 +0300
commitf313b2edf86cbc3329be0f9fe7286e3e95d74873 (patch)
treef1937c791d5d128a984b17fc0869bd7dcd6765fd /include/profiles
parent4736ad87b9e8946ecb59ff5669c9c187f29cfbc5 (diff)
Allow defining a proxy for data uploads
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/profiles b/include/profiles
index 60872345..53c1b794 100644
--- a/include/profiles
+++ b/include/profiles
@@ -183,6 +183,17 @@
UPLOAD_OPTIONS="${VALUE}"
;;
+ # Proxy settings
+ upload_proxy_port)
+ UPLOAD_PROXY_PORT="${VALUE}"
+ ;;
+ upload_proxy_protocol)
+ UPLOAD_PROXY_PROTOCOL="${VALUE}"
+ ;;
+ upload_proxy_server)
+ UPLOAD_PROXY_SERVER="${VALUE}"
+ ;;
+
# Receiving system (IP address or hostname)
upload_server)
UPLOAD_SERVER="${VALUE}"