reference 1: https://www.linuxquestions.org/questions/linux-networking-3/proxy-setting-in-lynx-230111/#post3869237
export http_proxy=http://10.1.68.253:3128 && lynx http://www.cplusplus.com/
PS: the "http://" is necessary for web address. It seems like point out the protocal the website used.
I wanna use web service at command line ,and w3m is great but cannot using the socks5 instead of http protocal.
links is worst.
lynx is the best match for this resignment.
Lynx代理设置与Webservice命令行使用
本文介绍了如何在Lynx浏览器中设置HTTP代理,以便通过命令行访问Webservice。强调了在代理地址中指定协议的重要性,并提到了Lynx在使用socks5代理而非HTTP代理方面的优势。
1818

被折叠的 条评论
为什么被折叠?



