haykuro / sapphire-port-dream

Automatically exported from http://code.google.com/p/sapphire-port-dream
0 stars 0 forks source link

Set persistent DNS to opendns on 3g/edge/wcdma to prevent Wireless Networks from hijacks, monitoring! #263

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Ok T-Mobile as well as other isps have been known to log dns servers to see
what users access and is a big privacy concern, I would like to use OpenDns
but I have not been able to do so, any help would be appreciated, here is
what I have tried:

added this to init.rc:
setprop ro.kernel.android.ndns 2
setprop net.rmnet0.dns1 208.67.222.222
setprop net.rmnet0.dns2 208.67.220.220
setprop net.dns1.108 208.67.222.222 # random dns setting set???
setprop net.dns2.108 208.67.220.220 # wtf
setprop net.dns1 208.67.222.222
setprop net.dns2 208.67.220.220
and also ran in terminal, restarted interface and still wont use opendns,
verified at welcome.opendns.com

Original issue reported on code.google.com by defconoii on 23 Apr 2009 at 6:45

GoogleCodeExporter commented 8 years ago
That won't prevent wifi networks from hijacking DNS packets because they can 
simply
capture all traffic to port 53 and redirect it to their own servers.

Original comment by deltafox...@gmail.com on 25 Apr 2009 at 3:18