aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-05-17 13:17:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-05-17 13:17:07 +0200
commitab5a68937be1ef3c8d941f5b42c48939c1005512 (patch)
treeb5b5233eef94b70f02d8b82370219b3e4b2e913b /docs/curl.1
parent9f475f7b9dfb663350680da8f298a84c77bb6057 (diff)
docs: CURLOPT_RESOLVE overrides CURLOPT_IPRESOLVE
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.13
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 0c183c1de..f2d48f171 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1585,6 +1585,9 @@ the number used for the specific protocol the host will be used for. It means
you need several entries if you want to provide address for the same host but
different ports.
+The provided address set by this option will be used even if \fI-4, --ipv4\fP
+or \fI-6, --ipv6\fP is set to make curl use another IP version.
+
This option can be used many times to add many host names to resolve.
(Added in 7.21.3)