mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
ipv4.d/ipv6.d: they are "mutex", not "boolean"
... which for example means they do not have --no-* versions. Reported-by: Harry Sintonen Fixes #11085 Closes #11086
This commit is contained in:
parent
5a7ae421c5
commit
39434db41f
2 changed files with 6 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ See-also: http1.1 http2
|
|||
Help: Resolve names to IPv4 addresses
|
||||
Category: connection dns
|
||||
Example: --ipv4 $URL
|
||||
Multi: boolean
|
||||
Multi: mutex
|
||||
---
|
||||
This option tells curl to use IPv4 addresses only, and not for example try
|
||||
IPv6.
|
||||
This option tells curl to use IPv4 addresses only when resolving host names,
|
||||
and not for example try IPv6.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ See-also: http1.1 http2
|
|||
Help: Resolve names to IPv6 addresses
|
||||
Category: connection dns
|
||||
Example: --ipv6 $URL
|
||||
Multi: boolean
|
||||
Multi: mutex
|
||||
---
|
||||
This option tells curl to use IPv6 addresses only, and not for example try
|
||||
IPv4.
|
||||
This option tells curl to use IPv6 addresses only when resolving host names,
|
||||
and not for example try IPv4.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue