From f300fc459d6868d2ff7e8435cc3d00e931de702a Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Sun, 28 Jul 2024 07:17:12 +1000 Subject: [PATCH] curl: edit page (#13311) --- pages/common/curl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/curl.md b/pages/common/curl.md index 7f3396124..aeca58fc8 100644 --- a/pages/common/curl.md +++ b/pages/common/curl.md @@ -32,6 +32,6 @@ `curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}` -- Resolve a hostname to a custom IP address (similar to editing the `/etc/hosts` file for custom DNS resolution): +- Resolve a hostname to a custom IP address, with [v]erbose output (similar to editing the `/etc/hosts` file for custom DNS resolution): -`curl --resolve {{example.com}}:{{80}}:{{127.0.0.1}} {{http://example.com}}` +`curl --verbose --resolve {{example.com}}:{{80}}:{{127.0.0.1}} {{http://example.com}}`