Re: Lynx'ing through a proxy

Matjay Godec (kernel@elgo.si)
Thu, 27 Feb 1997 23:58:52 +0000 (GMT)


On Tue, 27 Feb 1996, Developer wrote:

> Hello all,
> Does anyone know how to or can point me to some docs as to setting up
> lynx to go out a proxy on port 80? I have been trying to get my Linux
> 2.0.0 servers to hit the WEB from within side my firewall also on a
> 2.0.0.
>
for bash put in the profile:

export http_proxy=http://Your.proxy.host:80/
export ftp_proxy=http://Your.proxy.host:80/

later is good for ncftp.

gody