ipv6.md (586B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Short: 6 5 Long: ipv6 6 Tags: Versions 7 Protocols: 8 Added: 7.10.8 9 Mutexed: ipv4 10 Requires: 11 Help: Resolve names to IPv6 addresses 12 Category: connection dns 13 Multi: mutex 14 See-also: 15 - http1.1 16 - http2 17 Example: 18 - --ipv6 $URL 19 --- 20 21 # `--ipv6` 22 23 Use IPv6 addresses only when resolving hostnames, and not for example try 24 IPv4. 25 26 Your resolver may respond to an IPv6-only resolve request by returning IPv6 27 addresses that contain "mapped" IPv4 addresses for compatibility purposes. 28 macOS is known to do this.