From: Karl-Heinz Zimmer (khz@stardivision.de)
Date: Thu Mar 30 2000 - 16:11:45 CEST
On 30.03.00, 15:59:31, Leon Leslie wrote:
> How do i get lynx to go through a proxy?
If Provider is proxy.provider.de and port is "3128"
then set (bash-) environment variables like this:
export http_proxy=http://proxy.provider.de:3128/
export ftp_proxy=http://proxy.provider.de:3128/
export gopher_proxy=http://proxy.provider.de:3128/
To define targets not to be accessed via the proxy
please set:
export no_proxy='www.me.de, do.main, localhost'
Regards,
Karl-Heinz
-- K.-H. Zimmer http://home.snafu.de/khz/index.html Hamburg * muLinux Germany * KDE Programming Tutorial * The Absolute Beginner's Guide to KDevelop --------------------------------------------------------------------- To unsubscribe, e-mail: mulinux-unsubscribe@sunsite.auc.dk For additional commands, e-mail: mulinux-help@sunsite.auc.dk
This archive was generated by hypermail 2.1.6 : Sat Feb 08 2003 - 15:27:13 CET