Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ezdown使用代理 #1406

Open
ilanni2460 opened this issue Sep 12, 2024 · 6 comments
Open

ezdown使用代理 #1406

ilanni2460 opened this issue Sep 12, 2024 · 6 comments

Comments

@ilanni2460
Copy link
Contributor

What happened? 发生了什么问题?

大佬,部署服务器在内网无法直接访问公网,但是可以通过配置代理去访问公网,现在需要给ezdown配置代理,要如何配置呢?

What did you expect to happen? 期望的结果是什么?

ezdown通过代理访问外网

How can we reproduce it (as minimally and precisely as possible)? 尽可能最小化、精确地描述如何复现问题

大佬,部署服务器在内网无法直接访问公网,但是可以通过配置代理去访问公网,现在需要给ezdown配置代理,要如何配置呢?

Anything else we need to know? 其他需要说明的情况

No response

Kubernetes version k8s 版本

Kubeasz version

任何

OS version 操作系统版本

rockylinux9

Related plugins (CNI, CSI, ...) and versions (if applicable) 其他网络插件等需要说明的情况

@huningfei
Copy link

解决了没有?

@ilanni2460
Copy link
Contributor Author

@huningfei 没有解决

@sujingclg
Copy link

这个项目是不是不维护了,上次提交还是 docker 镜像没被 ban 的时候

@ilanni2460
Copy link
Contributor Author

@sujingclg 维护的

@sujingclg
Copy link

@sujingclg 维护的

nju的那个docker镜像代理好像用不了了,辛苦能不能把这个配置暴露出来,用户可以自己去cloudflare搭建代理节点用呢?

@anbulang
Copy link

anbulang commented Oct 10, 2024

需要配置两个代理:
① shell 代理
export http_proxy=http://<你的htt代理IP>:<端口>
export https_proxy=http://<你的htt代理IP>:<端口>
export no_proxy=127.0.0.1,localhost,easzlab.io.local,<其他不需要代理的地址>

② Docker代理
修改/lib/systemd/system/docker.service,在[Service]中添加上述代理
Environment="HTTP_PROXY=http://<你的htt代理IP>:<端口>"
Environment="HTTPS_PROXY=http://<你的htt代理IP>:<端口>"
Environment="NO_PROXY=127.0.0.1,localhost,easzlab.io.local,<其他不需要代理的地址>"

配置完成后重启docker
systemctl daemon-reload
systemctl restart docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants