Annotation of embedaddon/curl/docs/cmdline-opts/dns-interface.d, revision 1.1
1.1 ! misho 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: ---
! 9: Tell curl to send outgoing DNS requests through <interface>. This option is a
! 10: counterpart to --interface (which does not affect DNS). The supplied string
! 11: must be an interface name (not an address).
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>