mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
16 lines
483 B
Makefile
16 lines
483 B
Makefile
Long: dns-servers
|
|
Arg: <addresses>
|
|
Help: DNS server addrs to use
|
|
Requires: c-ares
|
|
Added: 7.33.0
|
|
Category: dns
|
|
Example: --dns-servers 192.168.0.1,192.168.0.2 $URL
|
|
See-also: dns-interface dns-ipv4-addr
|
|
---
|
|
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.
|