mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 05:55:04 -05:00
85f54a150d
For --dns-ipv4-addr, --dns-ipv6-addr and --dns-servers Closes #7410 Closes #7411 Closes #7412
15 lines
411 B
Makefile
15 lines
411 B
Makefile
Long: dns-ipv6-addr
|
|
Arg: <address>
|
|
Help: IPv6 address to use for DNS requests
|
|
Protocols: DNS
|
|
See-also: dns-interface dns-ipv4-addr
|
|
Added: 7.33.0
|
|
Requires: c-ares
|
|
Category: dns
|
|
---
|
|
Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
|
|
the DNS requests originate from this address. The argument should be a
|
|
single IPv6 address.
|
|
|
|
If this option is used several times, the last one will be used.
|