dns-servers.d 585 B

1234567891011121314151617
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <[email protected]>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: dns-servers
  4. Arg: <addresses>
  5. Help: DNS server addrs to use
  6. Requires: c-ares
  7. Added: 7.33.0
  8. Category: dns
  9. Example: --dns-servers 192.168.0.1,192.168.0.2 $URL
  10. See-also: dns-interface dns-ipv4-addr
  11. ---
  12. Set the list of DNS servers to be used instead of the system default.
  13. The list of IP addresses should be separated with commas. Port numbers
  14. may also optionally be given as *:<port-number>* after each IP
  15. address.
  16. If this option is used several times, the last one will be used.