快速安装 goproxy
如果你的VPS是linux64位的系统,那么只需要执行下面一句,就可以完成自动安装和配置.

提示:所有操作需要root权限。

curl -L https://mirrors.host900.com/https://github.com/snail007/goproxy/blob/master/install_auto.sh | bash  
vi configfile.txt

填写如下配置

http
-t tcp
-p :32080
-g "公网的域名"
--forever
--daemon
--log proxy.log

安全组开放32080端口号

代理添加

export https_proxy=http://公网ip:32080 http_proxy=http://公网ip:32080 no_proxy=localhost,127.0.0.1,10.233.0.1
最后修改:2023 年 06 月 15 日 11 : 24 AM
如果觉得我的文章对你有用,请随意赞赏