-
Notifications
You must be signed in to change notification settings - Fork 367
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
Docker部署并添加白名单成功后,依然无法访问 #48
Comments
请检查手机端或者路由器是否使用代理,路由存在代理请设置直连,手机存在代理必须关闭。 |
关闭了代理,重新部署了服务并添加白名单成功,配置代理后还是不能连接 |
关闭服务器的白名单,直接连接排查问题,还不行的话修改映射端口到内部8443,跳过 nginx 进行验证是否能连接。 |
白名单关了不行,我一会改下映射试试 |
还是不行 |
只能你手动进容器启动服务 |
什么版本 我就按照教程 拉的最新的镜像 |
启动时增加 docker run -d \
--name mtproxy \
--restart=always \
-e domain="cloudflare.com" \
-e secret="548593a9c0688f4f7d9d57377897d964" \
-e ip_white_list="OFF" \
-e provider=2 \
-p 8080:80 \
-p 8443:443 \
ellermister/mtproxy |
描述:
Docker部署并添加白名单成功后,依然无法访问
白名单内容
ip_white.conf
:部署方式Docker:
现状:
The text was updated successfully, but these errors were encountered: