Thank you, I will try squid
David Schwartz wrote:
> antiw wrote:
> > Hi,
> > I've created a tunnel by forwarding port 6666 on my host to port 22 on
> > the server:
> > ssh -N -f -D *:6666 -l user serverhost
> >
> > Others can connect to Internet through that port (in their web-browsers
> > configure socket proxy to my host, port 6666, socket 5.0).
> > Now, I would like to log the pages that users visited. Is there any
> > tool to do that?
> > Thanks
>
> You will need a tool that's much more sophisticated at proxying than
> ssh. I would look at 'squid' first.
>
> DS