可以在/etc/lynxrc(具体目录有编译时指定)加入
http_proxy:http://代理服务器地址:端口/
ftp_proxy:http://代理服务器地址:端口/
也可以在环境变量里配置:
如果是sh,bash,ksh,zsh在启动文件里加上
ftp_proxy="http://代理服务器地址:端口/"
gopher_proxy="http://代理服务器地址:端口/"
http_proxy="http://代理服务器地址:端口/"
export ftp_proxy gopher_proxy http_proxy
如果是csh,tcsh则加上
setenv ftp_proxy "http://代理服务器地址:端口/"
setenv gopher_proxy "http://代理服务器地址:端口/"
setenv http_proxy "http://代理服务器地址:端口/"
--
笨笨的憨头
E-mail:sungang@gzic.guangzhou.gd.cn
本文转自中文Linux论坛