lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev -noproxy option to disable proxy


From: Klaus Weide
Subject: Re: lynx-dev -noproxy option to disable proxy
Date: Wed, 29 Sep 1999 11:00:24 -0500 (CDT)

On Wed, 29 Sep 1999, Jani Ollikainen wrote:

> i don't always wanna use proxy, but usually i do,
> so disabling proxy for a little time is pain in the ass,
> i have to edit lynx.cfg file? no other way? if so,
> then make a -noproxy for disabling proxy in that lynx session.

Set the no_proxy environment variable.

If you are using lynx on a Unix (etc.) system, you can use

    env no_proxy='*' lynx [...]

or just

    no_proxy='*' lynx [...]

to start up.  On the other hand, if normally you don't use a
proxy but sometimes you want to, don't specify http_proxy and so on
in lynx.cfg; when you want the proxy, start lynx like

    env http_proxy=http://my.proxy:pppp/  lynx [...]


The mechanism that already exists is more flexible than a simple
-noproxy would be, since you can put specific hosts or domains in
no_proxy (see lynx.cfg).

   Klaus


reply via email to

[Prev in Thread] Current Thread [Next in Thread]