diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-11-17 11:21:12 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-11-17 15:26:08 +0100 |
commit | 715f1f53e0cf8ce5dc6f31f4ac6677f36e1927dc (patch) | |
tree | 6b84ef8aa137acfe1590a65d3a45c09f8d65c108 /docs/cmdline-opts | |
parent | 6ce98456774792ee5fd798f18660d98facede739 (diff) |
resolve: allow IP address within [] brackets
... so that IPv6 addresses can be passed like they can for connect-to
and how they're used in URLs.
Added test 1324 to verify
Reported-by: Alex Malinovich
Fixes #2087
Closes #2091
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/resolve.d | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cmdline-opts/resolve.d b/docs/cmdline-opts/resolve.d index ba3967a14..91539b8e9 100644 --- a/docs/cmdline-opts/resolve.d +++ b/docs/cmdline-opts/resolve.d @@ -14,4 +14,6 @@ different ports. The provided address set by this option will be used even if --ipv4 or --ipv6 is set to make curl use another IP version. +Support for providing the IP address within [brackets] was added in 7.57.0. + This option can be used many times to add many host names to resolve. |