quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

dns-interface.md (548B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: dns-interface
      5 Arg: <interface>
      6 Help: Interface to use for DNS requests
      7 Protocols: DNS
      8 Added: 7.33.0
      9 Requires: c-ares
     10 Category: dns
     11 Multi: single
     12 See-also:
     13   - dns-ipv4-addr
     14   - dns-ipv6-addr
     15 Example:
     16   - --dns-interface eth0 $URL
     17 ---
     18 
     19 # `--dns-interface`
     20 
     21 Send outgoing DNS requests through the given interface. This option is a
     22 counterpart to --interface (which does not affect DNS). The supplied string
     23 must be an interface name (not an address).