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

Re: lynx with a proxy



Luke Chao <luke.chao@hwcn.org> writes:
> > I was wondering if anyone would know how to set up lynx to use a proxy
> > server??  The standard lynx package doesn't seem to support it.
> Try something like:
> export http_proxy="http://localhost:8000";
                                          ^
export http_proxy="http://localhost:8000/";
export ftp_proxy="http://localhost:8000/";

will let you do most of your stuff (with localhost:8000 replaced by
your proxy-host and the appropriate port number).

You can also use

export https_proxy="http://localhost:8000/";

to, iirc, get some support for https:// urls, if your proxy supports
them, even if Lynx doesn't.

(replace 'export' with 'setenv' if you're using csh or tcsh instead of
sh, ksh or bash)

Cheers,
aj

-- 
Anthony Towns <aj@humbug.org.au> <http://azure.humbug.org.au/~aj/>
I don't speak for anyone save myself. PGP encrypted mail preferred.

      ``It's not a vision, or a fear. It's just a thought.''


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: