mirror of
https://github.com/curl/curl.git
synced 2026-05-16 01:26:21 +03:00
CURLOPT_RESOLVE.md: fix wording
(`*`) It's an asterisk, not an ampersand. Closes https://github.com/curl/curl/pull/15770
This commit is contained in:
parent
435ea241ba
commit
c5052a0187
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ numerical IP addresses. If you specify multiple IP addresses they need to be
|
|||
separated by comma. If libcurl is built to support IPv6, each of the ADDRESS
|
||||
entries can of course be either IPv4 or IPv6 style addressing.
|
||||
|
||||
Specify the host as a single ampersand (`*`) to match all names. This wildcard
|
||||
Specify the host as a single asterisk (`*`) to match all names. This wildcard
|
||||
is resolved last so any resolve with a specific host and port number is given
|
||||
priority.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue