xref: /aosp_15_r20/external/curl/docs/cmdline-opts/dns-ipv6-addr.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3SPDX-License-Identifier: curl
4Long: dns-ipv6-addr
5Arg: <address>
6Help: IPv6 address to use for DNS requests
7Protocols: DNS
8Added: 7.33.0
9Requires: c-ares
10Category: dns
11Multi: single
12See-also:
13  - dns-interface
14  - dns-ipv4-addr
15Example:
16  - --dns-ipv6-addr 2a04:4e42::561 $URL
17---
18
19# `--dns-ipv6-addr`
20
21Bind to a specific IP address when making IPv6 DNS requests, so that the DNS
22requests originate from this address. The argument should be a single IPv6
23address.
24