mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
docs: clarify --ipv4 and --ipv6
Try to make the wording more clear. It is the addresses in the resolver result that are affected, not anything regarding *how* resolving is done. Closes #20585
This commit is contained in:
parent
3699976b79
commit
d4234d9f46
2 changed files with 4 additions and 4 deletions
|
|
@ -20,5 +20,5 @@ Example:
|
|||
|
||||
# `--ipv4`
|
||||
|
||||
Use IPv4 addresses only when resolving hostnames, and not for example try
|
||||
Request only IPv4 addresses when resolving hostnames, and not for example any
|
||||
IPv6.
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@ Example:
|
|||
|
||||
# `--ipv6`
|
||||
|
||||
Use IPv6 addresses only when resolving hostnames, and not for example try
|
||||
Request only IPv6 addresses when resolving hostnames, and not for example any
|
||||
IPv4.
|
||||
|
||||
Your resolver may respond to an IPv6-only resolve request by returning IPv6
|
||||
addresses that contain "mapped" IPv4 addresses for compatibility purposes.
|
||||
Your resolver may still respond to an IPv6-only resolve request by returning
|
||||
IPv6 addresses that contain "mapped" IPv4 addresses for compatibility purposes.
|
||||
macOS is known to do this.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue