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

外网连接状态里小地球图标是断开状态的问题 #173

Open
909128q8 opened this issue Nov 17, 2019 · 1 comment
Open

外网连接状态里小地球图标是断开状态的问题 #173

909128q8 opened this issue Nov 17, 2019 · 1 comment

Comments

@909128q8
Copy link

解决方法:把自定义设置->网络监测里的地址14.17.42.40改为百度网页地址:183.232.231.172,应用后小地球图标显示未打勾的绿色状态。

方便的时候请改下代码:trunk/user/shared/defaults.c
{ "di_addr0", "114.114.114.114" },
{ "di_addr1", "208.67.222.222" },
{ "di_addr2", "14.17.42.40" },
{ "di_addr3", "8.8.8.8" },
{ "di_addr4", "8.8.4.4" },
{ "di_addr5", "208.67.220.220" },
{ "di_port0", "53" },
{ "di_port1", "53" },
{ "di_port2", "80" },
{ "di_port3", "53" },
{ "di_port4", "53" },
{ "di_port5", "53" },

@WangYves
Copy link

我都是刷完固件双清之后,手动添加本地运营商DNS来检测路由器否连上外网,高效快速又不会给网络压力.

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