http和socks5一键搭建
侧边栏壁纸
  • 累计撰写 21 篇文章
  • 累计收到 75 条评论

http和socks5一键搭建

阿浩
2022-07-07 / 0 评论 / 444 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2022年07月07日,已超过804天没有更新,若内容或图片失效,请留言反馈。

① 安装docker

curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun && systemctl start docker.service && systemctl enable --now docker

或者宝塔中安装

② 搭建socks5和http

docker run -d --name goproxy --restart always --network host stilleshan/goproxy sh -c '/proxy http -p :1314 & /proxy socks -p :520'

0

评论 (0)

取消