dns-ipv6-addr.d 558 B

1234567891011121314151617
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: dns-ipv6-addr
  4. Arg: <address>
  5. Help: IPv6 address to use for DNS requests
  6. Protocols: DNS
  7. See-also: dns-interface dns-ipv4-addr
  8. Added: 7.33.0
  9. Requires: c-ares
  10. Category: dns
  11. Example: --dns-ipv6-addr 2a04:4e42::561 $URL
  12. ---
  13. Tell curl to bind to <ip-address> when making IPv6 DNS requests, so that
  14. the DNS requests originate from this address. The argument should be a
  15. single IPv6 address.
  16. If this option is used several times, the last one will be used.