From 892c80466c0ddb3c751232809955321f7a5c2b9e Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 25 Feb 2022 17:43:39 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3da6c66..c69f401 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ On each line you have the three fields _service_name_, _url_, _curl_options_. Th <details><summary>Sample curl.cfg file</summary> ``` -forum.checkmk.com|https://forum.checkmk.com/|--location -thl-cmk.hopto.org|https://thl-cmk.hopto.org|--location +forum.checkmk.com|https://forum.checkmk.com/|"--location --insecure" +thl-cmk.hopto.org|https://thl-cmk.hopto.org|"--location --head" ``` </details> -- GitLab