diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-10-28 00:07:14 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-10-28 09:02:22 +0200 |
commit | d4fed2a13a81d23e73f1fb491c335a1b1d91e3fb (patch) | |
tree | fd65321177370dd2dff54e84f1fe3c35a136fc2b /docs/libcurl | |
parent | a3063fe0147e00381d149e1d3a3c57c63343e7fc (diff) | |
download | curl-d4fed2a13a81d23e73f1fb491c335a1b1d91e3fb.tar.gz |
docs: explain the noproxy CIDR notation support
Follow-up to 1e9a538e05c0107c
Closes #9818
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_NOPROXY.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_NOPROXY.3 b/docs/libcurl/opts/CURLOPT_NOPROXY.3 index 138f57637..5e4c32130 100644 --- a/docs/libcurl/opts/CURLOPT_NOPROXY.3 +++ b/docs/libcurl/opts/CURLOPT_NOPROXY.3 @@ -53,6 +53,11 @@ brackets: "example.com,::1,localhost" +Since 7.86.0, IP addresses specified to this option can be provided using CIDR +notation: an appended slash and number specifies the number of "network bits" +out of the address to use in the comparison. For example "192.168.0.0/16" +would match all addresses starting with "192.168". + The application does not have to keep the string around after setting this option. .SH "Environment variables" |