I have a squid with tproxy and url-rewrite Some url-rewtites goes to localhost OK rewrite-url="http://127.0.0.1/...."The problem is that squid does the request using the original client IP (as tproxy has to) and localhost can't answer.
there's a way to force a tcp_outgoing address (or disable tproxy) for localhost urls?