你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
nccloud
1、找一台能上网的服务器或客户端,安装软件CCProxy ,启动并配置代理IP+端口
2、在linux环境下,通过设置export http_proxy=http://代理ip:端口 即可实现linux服务器的上网(类似协议还有export https_proxy=XXXX export ftp_proxy=http://10.1.1.117:825)
3、在windows环境下。
export http_proxy=10.16.1.7:808
export https_proxy=10.16.1.7:808
echo "export http_proxy=10.16.1.7:808" >> ~/.bash_profile && echo "export https_proxy=10.16.1.7:808" >> ~/.bash_profile && source ~/.bash_profile
要回复问题请先登录或注册
3 个回复
nccloud
1、找一台能上网的服务器或客户端,安装软件CCProxy ,启动并配置代理IP+端口
2、在linux环境下,通过设置export http_proxy=http://代理ip:端口 即可实现linux服务器的上网(类似协议还有export https_proxy=XXXX export ftp_proxy=http://10.1.1.117:825)
3、在windows环境下。
nccloud
export http_proxy=10.16.1.7:808
export https_proxy=10.16.1.7:808
nccloud
echo "export http_proxy=10.16.1.7:808" >> ~/.bash_profile && echo "export https_proxy=10.16.1.7:808" >> ~/.bash_profile && source ~/.bash_profile