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
@ -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…
Reference in New Issue
Block a user