quickjs-tart

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

dns-ipv6-addr.md (527B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: dns-ipv6-addr
      5 Arg: <address>
      6 Help: IPv6 address 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-interface
     14   - dns-ipv4-addr
     15 Example:
     16   - --dns-ipv6-addr 2a04:4e42::561 $URL
     17 ---
     18 
     19 # `--dns-ipv6-addr`
     20 
     21 Bind to a specific IP address when making IPv6 DNS requests, so that the DNS
     22 requests originate from this address. The argument should be a single IPv6
     23 address.