On 29/10/2021 17:39, Mark Rogers wrote:
Are you aware of a way to enable/require the proxy only for certain addresses? I have no need/desire to send all web traffic via my Pi.
One way is via a Proxy Auto Configuration script (PAC).
This link below shows how to use it to switch on/off proxy depending if you are in your home network or not, but I'm fairly sure you could adapt the principles easily to route only certain traffic to a pi - you'd probably just need to work out some sort of "if" function to return true if the route should go to the pi. Look at the listed links for further info.
http://no-sheds.blogspot.com/2020/01/proxy-auto-configuration-script.html
Hope that helps.
Steve