CURLOPT_DNS_INTERFACE.3: mention it works for almost all protocols

Except file.

Reported-by: ProceduralMan on github
Fixes #9427
Closes #9428
This commit is contained in:
Daniel Stenberg 2022-09-05 07:43:54 +02:00
parent 472f1cbe7e
commit ad9383bd7d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -42,6 +42,7 @@ option.
.SH DEFAULT
NULL
.SH PROTOCOLS
All protocols except file:// - protocols that resolve host names.
.SH EXAMPLE
.nf
CURL *curl = curl_easy_init();