]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_DNS_INTERFACE.3: mention it works for almost all protocols
authorDaniel Stenberg <daniel@haxx.se>
Mon, 5 Sep 2022 05:43:54 +0000 (07:43 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 5 Sep 2022 06:36:06 +0000 (08:36 +0200)
Except file.

Reported-by: ProceduralMan on github
Fixes #9427
Closes #9428

docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3

index 699ed678c53ad560954aae533550a5a33017b207..90c7030bcbdfde5232a3f4f33b7adddcf6cf3a0c 100644 (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();