On Tue, Jun 10, 2008 at 09:24:14AM +0200, thus spake Coady Buckley-Zistel: > > Thanks for the information it is very helpful. On the last part, however, I > would still be interested in understanding how to configure elinks > (presumably in the 'elinks.conf' file) to connect via privoxy and tor. Thanks > again.
Assuming that tor and privoxy are correctly installed in your box, you can do the following in the shell you want to start elinks from: http_proxy=http://127.0.0.1:8118/ HTTP_PROXY=$http_proxy export http_proxy HTTP_PROXY And then call elinks. HTH, Nikos _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
