mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:43:38 +03:00
cmdline-docs: more options converted over
This commit is contained in:
parent
81e61cda39
commit
41b1f649bf
83 changed files with 1151 additions and 0 deletions
11
docs/cmdline-opts/dns-interface.d
Normal file
11
docs/cmdline-opts/dns-interface.d
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
Long: dns-interface
|
||||
Arg: <interface>
|
||||
Help: Interface to use for DNS requests
|
||||
Protocols: DNS
|
||||
See-also: dns-ipv4-addr dns-ipv6-addr
|
||||
Added: 7.33.0
|
||||
Requires: c-ares
|
||||
---
|
||||
Tell curl to send outgoing DNS requests through <interface>. This option is a
|
||||
counterpart to --interface (which does not affect DNS). The supplied string
|
||||
must be an interface name (not an address).
|
||||
Loading…
Add table
Add a link
Reference in a new issue