Ralf Hildebrandt wrote:
I want to replace tinyproxy with squid. Thus I need a MINIMAL config that just binds squid to localhost:port, accepts ALL requests from localhost and sends them out into the internet. It doesn't need tocache on disk or anthing. Anybody got such a config ready?Otherwise I'll just think of something.
The default squid.conf would be good enough for you. You may only need to change TAG http_port to something like this http_port 8080. Then just run 'squid -z' and 'squid'.