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:
Diffstat (limited to 'default.prf')
-rw-r--r--default.prf9
1 files changed, 6 insertions, 3 deletions
diff --git a/default.prf b/default.prf
index e1d9cbb6..5e48be31 100644
--- a/default.prf
+++ b/default.prf
@@ -303,10 +303,13 @@ permdir:/root/.ssh:rwx------:root:-:WARN:
#config:skip_upgrade_test:yes:
# The URL prefix and append to URL's for your custom tests
-# Link will be build with: {control_url_prepend}CONTROL-ID{control_url_append}
-#config:control_url_prepend:https://cisofy.com/control/:
+# Link will be build with: {control_url_protocol}://{control_url_prepend}CONTROL-ID{control_url_append}
+#config:control_url_protocol:https:
+#config:control_url_prepend:cisofy.com/control/:
#config:control_url_append:/:
-#config:custom_url_prepend:https://your-domain.example.org/control-info/:
+# The URL prefix and append to URL's for your custom tests
+#config:custom_url_protocol:https:
+#config:custom_url_prepend:ayour-domain.example.org/control-info/:
#config:custom_url_append:/:
#################################################################################