本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。 ====== 使用python快速启动一个http代理 ====== 安装proxy.py的依赖库 pip install proxy.py 执行 proxy --hostname 0.0.0.0 --port 54331 即可,在需要代理访问的服务器上配置: <code> export http_proxy=http://x.x.x.x:54331 export https_proxy=http://x.x.x.x:54331 </code>