blob: 9452656868b36831a8c3b56cd8d47dffd77b2bba [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: dns-ipv6-addr
4Arg: <address>
5Help: IPv6 address to use for DNS requests
6Protocols: DNS
7See-also: dns-interface dns-ipv4-addr
8Added: 7.33.0
9Requires: c-ares
10Category: dns
11Example: --dns-ipv6-addr 2a04:4e42::561 $URL
12Multi: single
13---
14Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
15the DNS requests originate from this address. The argument should be a
16single IPv6 address.