summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-10-20 15:21:12 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-10-21 13:39:20 +0200
commit1e9a538e05c0107c54ef81d9de7cd0b27cd13309 (patch)
treef8b6d6137e25572bf487cd699a10fbb8e950ddf0 /docs/libcurl/opts
parentb15ca64bb029c626439e74ef9d457784f62e13ee (diff)
downloadcurl-1e9a538e05c0107c54ef81d9de7cd0b27cd13309.tar.gz
noproxy: support proxies specified using cidr notation
For both IPv4 and IPv6 addresses. Now also checks IPv6 addresses "correctly" and not with string comparisons. Split out the noproxy checks and functionality into noproxy.c Added unit test 1614 to verify checking functions. Reported-by: Mathieu Carbonneaux Fixes #9773 Fixes #5745 Closes #9775
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r--docs/libcurl/opts/CURLOPT_NOPROXY.34
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOPROXY.3 b/docs/libcurl/opts/CURLOPT_NOPROXY.3
index da336014f..138f57637 100644
--- a/docs/libcurl/opts/CURLOPT_NOPROXY.3
+++ b/docs/libcurl/opts/CURLOPT_NOPROXY.3
@@ -53,10 +53,6 @@ brackets:
"example.com,::1,localhost"
-IPv6 numerical addresses are compared as strings, so they will only match if
-the representations are the same: "::1" is the same as "::0:1" but they do not
-match.
-
The application does not have to keep the string around after setting this
option.
.SH "Environment variables"