make private dns entry more clear
This commit is contained in:
parent
9f2003073d
commit
87b1dc1b52
1 changed files with 6 additions and 1 deletions
|
@ -2,21 +2,26 @@
|
|||
As Android / LineageOS is a google software, there are some sintinels deeply baked in the system. We will remove them.
|
||||
|
||||
## 1. DNS
|
||||
|
||||
Not every servername should be resolved by google:
|
||||
|
||||
1. enter new DNS: dns2.digitalcourage.de (Settings - Network and Internet - Advanced - Private DNS).
|
||||
1. Navigate to Settings - Network and Internet - Advanced - Private DNS
|
||||
2. Enter new DNS: `dns3.digitalcourage.de`
|
||||
|
||||
## 2. Location Tracking
|
||||
|
||||
Nobody should track your location:
|
||||
|
||||
1. Check Privacy Settings and GPS (especially browser-settings from Fennec).
|
||||
|
||||
## 3. google print service
|
||||
|
||||
Did you ever use the google print-service? If not, let's switch it off:
|
||||
|
||||
1. Switch off Print Service (Settings - Connected devices - Connection preferences - Printing).
|
||||
|
||||
## 4. Google captive Portal
|
||||
|
||||
The question whether you are connected to the internet should not be googles decission:
|
||||
|
||||
1. Replace Google captive portal check with [Kuketz](https://www.kuketz-blog.de/android-captive-portal-check-204-http-antwort-von-captiveportal-kuketz-de/). Therefore, connect your Fairphone with your computer and execute following adb commands:
|
||||
|
|
Loading…
Reference in a new issue