[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configuring System-wide HTTP Proxy



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


Reply to: