mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:04:15 +03:00
ipv4/6.d: clarify that they are about using IP addresses
... they may still *resolve* other families, but not use those addresses. Ref: #8530 Closes #8543
This commit is contained in:
parent
a9a8bad3ed
commit
3beb82b850
2 changed files with 4 additions and 4 deletions
|
|
@ -10,5 +10,5 @@ Help: Resolve names to IPv4 addresses
|
|||
Category: connection dns
|
||||
Example: --ipv4 $URL
|
||||
---
|
||||
This option tells curl to resolve names to IPv4 addresses only, and not for
|
||||
example try IPv6.
|
||||
This option tells curl to use IPv4 addresses only, and not for example try
|
||||
IPv6.
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ Help: Resolve names to IPv6 addresses
|
|||
Category: connection dns
|
||||
Example: --ipv6 $URL
|
||||
---
|
||||
This option tells curl to resolve names to IPv6 addresses only, and not for
|
||||
example try IPv4.
|
||||
This option tells curl to use IPv6 addresses only, and not for example try
|
||||
IPv4.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue