On 2009-08-11 22:10 +0200, David Baron wrote: > I want all browsers to go through a proxy localhost:3128 or such. > > How might I set this up system-wise (as root) ?
Most browsers in Debian obey the http_proxy environment variable, you can set that globally in /etc/environment, a file that is read on every login: # echo "http_proxy=http://localhost:3128/" >> /etc/environment Sven -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org