forked from Narsil/hosts
Update README.md
This commit is contained in:
parent
d73798ecb8
commit
be606a96ce
|
@ -29,13 +29,18 @@ However, the ideal would be to start with a ROM already clean of these programs,
|
|||
The problem is that this ROM is not designed with the purpose of guaranteeing privacy, and maintains certain automatic connections with Google and Qualcomm by default. The moment we activate the wifi or data we will see the following:
|
||||
|
||||
-Ping to Google to see if we have internet connection. It is the so-called captive portal mode. The domains are:
|
||||
|
||||
www.google.com
|
||||
|
||||
connectivitycheck.gstatic.com
|
||||
|
||||
If we disable them we will not be able to log into a public wifi.
|
||||
|
||||
|
||||
-Time servers, or NTP for the system time. Even if we uncheck automatic time in the System they will also connect to the internet as soon as we have connection. By default:
|
||||
|
||||
time.android.com/time3.android.com.
|
||||
|
||||
time.google.com
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue