forked from Narsil/hosts
Update README.md
This commit is contained in:
parent
2a767ae38a
commit
3d5a22f316
|
@ -81,51 +81,51 @@ The exception to all this would supposedly be Replicant, but it supports few dev
|
||||||
|
|
||||||
To prevent the computer from making unwanted connections while we prepare the system is highly recommended (but not essential) a computer that provides us with wifi with PiHole, router with domain blocking integrated in its options or with openwrt (and adblock), or a mobile with AdAway sharing data. All of them must have these domains blocked:
|
To prevent the computer from making unwanted connections while we prepare the system is highly recommended (but not essential) a computer that provides us with wifi with PiHole, router with domain blocking integrated in its options or with openwrt (and adblock), or a mobile with AdAway sharing data. All of them must have these domains blocked:
|
||||||
|
|
||||||
time.android.com
|
_time.android.com_
|
||||||
|
|
||||||
time1.android.com
|
_time1.android.com_
|
||||||
|
|
||||||
time2.android.com
|
_time2.android.com_
|
||||||
|
|
||||||
time3.android.com
|
_time3.android.com_
|
||||||
|
|
||||||
time4.android.com
|
_time4.android.com_
|
||||||
|
|
||||||
time.google.com
|
_time.google.com_
|
||||||
|
|
||||||
time1.google.com
|
_time1.google.com_
|
||||||
|
|
||||||
time2.google.com
|
_time2.google.com_
|
||||||
|
|
||||||
time3.google.com
|
_time3.google.com_
|
||||||
|
|
||||||
time4.google.com
|
_time4.google.com_
|
||||||
|
|
||||||
connectivitycheck.gstatic.com
|
_connectivitycheck.gstatic.com_
|
||||||
|
|
||||||
hxtra1.gpsonextra.net
|
_hxtra1.gpsonextra.net_
|
||||||
|
|
||||||
xtra2.gpsonextra.net
|
_xtra2.gpsonextra.net_
|
||||||
|
|
||||||
xtra3.gpsonextra.net
|
_xtra3.gpsonextra.net_
|
||||||
|
|
||||||
izatcloud.net
|
_izatcloud.net_
|
||||||
|
|
||||||
gpsonextra.net
|
_gpsonextra.net_
|
||||||
|
|
||||||
time.izatcloud.net
|
_time.izatcloud.net_
|
||||||
|
|
||||||
xtrapath1.izatcloud.net
|
_xtrapath1.izatcloud.net_
|
||||||
|
|
||||||
xtrapath2.izatcloud.net
|
_xtrapath2.izatcloud.net_
|
||||||
|
|
||||||
xtrapath3.izatcloud.net
|
_xtrapath3.izatcloud.net_
|
||||||
|
|
||||||
gtpma1.izatcloud.net
|
_gtpma1.izatcloud.net_
|
||||||
|
|
||||||
play.googleapis.com
|
_play.googleapis.com_
|
||||||
|
|
||||||
supl.google.com
|
_supl.google.com_
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -334,14 +334,15 @@ For this purpose we will install/flash Magisk. In settings we will check Systeml
|
||||||
|
|
||||||
In Development Options we will enable the local Terminal/Shell. Once done we look for the new app in the application drawer, we open it and to have root access we type:
|
In Development Options we will enable the local Terminal/Shell. Once done we look for the new app in the application drawer, we open it and to have root access we type:
|
||||||
|
|
||||||
su
|
_su_
|
||||||
|
|
||||||
Then we put:
|
Then we put:
|
||||||
|
|
||||||
settings put global captive_portal_mode 0
|
_settings put global captive_portal_mode 0_
|
||||||
|
|
||||||
And finally:
|
And finally:
|
||||||
reboot (also in the terminal, because if we reboot manually it will be activated again)
|
_reboot_ (also in the terminal, because if we reboot manually it will be activated again)
|
||||||
|
|
||||||
However the captive portal mode is necessary to log in to public networks. If you need it, perform the previous steps changing the 0 for 1. Another option is to change the Google web for others like:
|
However the captive portal mode is necessary to log in to public networks. If you need it, perform the previous steps changing the 0 for 1. Another option is to change the Google web for others like:
|
||||||
|
|
||||||
_settings put global captive_portal_https_url https://captiveportal.kuketz.de_ (German web)
|
_settings put global captive_portal_https_url https://captiveportal.kuketz.de_ (German web)
|
||||||
|
|
Loading…
Reference in New Issue