I want to redirect http traffic from localhost to a squid proxy running on localhost as well. I know normally one set the http_proxy variable but I have some clients running that do not support setting the proxy. I tried adding
but I do not see any incoming connections on port 8080. How can I realize this?
rdr pass proto tcp from any to any port http -> 127.0.0.1 port 8080
but I do not see any incoming connections on port 8080. How can I realize this?