dns-interface.d 412 B

12345678910111213
  1. Long: dns-interface
  2. Arg: <interface>
  3. Help: Interface to use for DNS requests
  4. Protocols: DNS
  5. See-also: dns-ipv4-addr dns-ipv6-addr
  6. Added: 7.33.0
  7. Requires: c-ares
  8. Category: dns
  9. Example: --dns-interface eth0 $URL
  10. ---
  11. Tell curl to send outgoing DNS requests through <interface>. This option is a
  12. counterpart to --interface (which does not affect DNS). The supplied string
  13. must be an interface name (not an address).