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

登录成功后一段时间代理正常,过段时间后无法请求。 #332

Open
965163757 opened this issue Feb 26, 2024 · 2 comments
Open

Comments

@965163757
Copy link

image
重启容器后短暂可用。
启动命令:
docker run --rm --device /dev/net/tun --cap-add NET_ADMIN -ti -p 127.0.0.1:1081:1081 -p 0.0.0.0:8888:8888 -e EC_VER=7.6.7 -e CLI_OPTS="-d https://vpn.hnit.edu.cn -u xxx-p xxx" -d hagb/docker-easyconnect:cli
日志:
image

@965163757
Copy link
Author

翻了一下其他人日志,确定是HTTP代理挂了,socks5正常

@JHees
Copy link
Contributor

JHees commented Feb 29, 2024

http代理端口应该是1080,如果你想将其转发到1081请写成-p 1080:1081

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

2 participants