-
Notifications
You must be signed in to change notification settings - Fork 204
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
Add WiFi exclusion list #15
Comments
Nice suggestion. Now working in progress. |
Yes, my request is for it to automatically disable/use the DHCP provided DNS server when connected to certain WiFi networks. |
OK. How about this plan:
|
That looks good to me as long as the option is a list of WiFi networks that will cause it to disable itself when connected to and enable itself as long as WiFi networks not in the list are connected to. |
Any progress being made on the implementing of it? |
Just started |
I found this will increase the power consume. I uses the BroadcastReceiver to handle it. |
How much more does it increase it? |
Well, you can see a warning when using it in IntelliJ IDEA says it has been deprecated. About 5% per day. There is prototype now. In addition, listen to network status change may make this application a "bad app" in some security apps. |
Prototype where? |
I will push it into a new branch later. |
Now I am looking into OpenVPN for Android to see whether there is a better solution. |
谢谢,现在我已离校,没有了ipv6环境,不能帮忙测试,非常抱歉。 |
不客气,现在已经完整支持IPv6。你可以试试这个:http://6plat.org/ |
It would be nice if an exclusion list was added that lets users exclude certain WiFi networks from having their DNS server changed from what they originally provide.
The text was updated successfully, but these errors were encountered: