mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-20 20:34:32 +02:00
Add suggestion on how to configure a proxy in profile
This commit is contained in:
parent
c8e17e317d
commit
ad413346de
@ -318,8 +318,14 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
|
|||||||
#config:license_key:[Your license key]:
|
#config:license_key:[Your license key]:
|
||||||
# The hostname/IP address to receive the data
|
# The hostname/IP address to receive the data
|
||||||
#config:upload_server:cisofy.com:
|
#config:upload_server:cisofy.com:
|
||||||
# Options to cURL
|
|
||||||
|
# Provide options to cURL when uploading data. Common options include:
|
||||||
|
# -k or --insecure --> use HTTPS, but skip certificate check (e.g. self-signed)
|
||||||
|
# --proxy [http://]proxyserver:8080 --> use HTTP/HTTPS proxy
|
||||||
|
# --socks5 proxyserver:8080 --> use SOCKS proxy
|
||||||
#config:upload_options:-k:
|
#config:upload_options:-k:
|
||||||
|
|
||||||
|
# Define groups
|
||||||
#config:group:[group name]:
|
#config:group:[group name]:
|
||||||
#config:group:test:
|
#config:group:test:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user