This commit adds support for using CIDR blocks defined in the `no_proxy` environment variable. For example: ``` http_proxy=http://localhost:8080 no_proxy=10.10.0.0/24 ``` The example above would bypass the proxy if the server IP matched 10.10.0.0 - 10.10.0.255. Closes #22681 --------- Co-authored-by: Yash Tibrewal <yashkt@google.com> |
||
|---|---|---|
| .. | ||
| lb_policy | ||
| resolvers | ||
| BUILD | ||
| client_channel_service_config_test.cc | ||
| client_channel_test.cc | ||
| http_proxy_mapper_test.cc | ||
| retry_service_config_test.cc | ||
| retry_throttle_test.cc | ||