diff options
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_RESOLVE.3')
| -rw-r--r-- | docs/libcurl/opts/CURLOPT_RESOLVE.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_RESOLVE.3 b/docs/libcurl/opts/CURLOPT_RESOLVE.3 index b3627211..a185c260 100644 --- a/docs/libcurl/opts/CURLOPT_RESOLVE.3 +++ b/docs/libcurl/opts/CURLOPT_RESOLVE.3 @@ -20,7 +20,7 @@ .\" * .\" ************************************************************************** .\" -.TH CURLOPT_RESOLVE 3 "January 30, 2018" "libcurl 7.60.0" "curl_easy_setopt options" +.TH CURLOPT_RESOLVE 3 "May 30, 2018" "libcurl 7.61.0" "curl_easy_setopt options" .SH NAME CURLOPT_RESOLVE \- provide custom host name to IP address resolves @@ -51,6 +51,11 @@ HOST+PORT will instead use your provided ADDRESS. Addresses set with \fICURLOPT_RESOLVE(3)\fP will not time-out from the DNS cache like ordinary entries. +If the DNS cache already have an entry for the given host+port pair, then +this entry will be removed and a new entry will be created. This is because +old entry may have have different addresses or be ordinary entries with +time-outs. + The provided ADDRESS set by this option will be used even if \fICURLOPT_IPRESOLVE(3)\fP is set to make libcurl use another IP version. |
