From 3795137366857af20ae2d537597aaba2d5f1b1c9 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Sun, 8 Oct 2023 12:15:06 +0800 Subject: [PATCH] Update 1.configurations.md (#2279) --- .../1.configurations/1.configurations.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs-2.0/5.configurations-and-logs/1.configurations/1.configurations.md b/docs-2.0/5.configurations-and-logs/1.configurations/1.configurations.md index 49a99ce84e4..fff96314b3c 100644 --- a/docs-2.0/5.configurations-and-logs/1.configurations/1.configurations.md +++ b/docs-2.0/5.configurations-and-logs/1.configurations/1.configurations.md @@ -59,6 +59,12 @@ curl 127.0.0.1:19669/flags curl 127.0.0.1:19779/flags ``` +Utilizing the `-s` or `-silent option allows for the concealment of the progress bar and error messages. For example: + +```bash +curl -s 127.0.0.1:19559/flags +``` + !!! Note In an actual environment, use the real host IP address instead of `127.0.0.1` in the above example.