Open fabioespinosa opened 2 years ago
What would be needed would be the ability to have negative entries in NO_PROXY:
NO_PROXY='*,!.example.com'
It would mean "don't proxy anything except example.com or its subdomains".
I don't think there's anything yet in the pseudo-standard to support it.
I can see we can provide a NO_PROXY, but can we actually provide a whitelist for the only urls that can be proxied?
Would you consider a contribution for such feature?