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
14 lines
393 B
Makefile
14 lines
393 B
Makefile
Long: dns-servers
|
|
Arg: <addresses>
|
|
Help: DNS server addrs to use
|
|
Requires: c-ares
|
|
Added: 7.33.0
|
|
Category: dns
|
|
---
|
|
Set the list of DNS servers to be used instead of the system default.
|
|
The list of IP addresses should be separated with commas. Port numbers
|
|
may also optionally be given as *:<port-number>* after each IP
|
|
address.
|
|
|
|
If this option is used several times, the last one will be used.
|