mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
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
596 B
596 B
| c | SPDX-License-Identifier | Short | Long | Tags | Protocols | Added | Mutexed | Requires | Help | Category | Multi | See-also | Example | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | 6 | ipv6 | Versions | 7.10.8 | ipv4 | Resolve names to IPv6 addresses | connection dns | mutex |
|
|
--ipv6
Request only IPv6 addresses when resolving hostnames, and not for example any IPv4.
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.