I have a Squid server at work doing Squid-ly things. I need to have Squid reply with a particular header based on matching an ACL.
The header is a custom one that will look something like
X-External-IP: 123.45.67.8
I already know about tcp_outbound_ip, and I'm using a similar method to sniff the request header to properly route through a given IP address, but if possible I need to add this reply as well. Searching through Google has given me results on how to block request headers from making it through -- which is NOT what I am trying to do.