mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-06-06 06:57:26 +02:00
adb-permissions.bash: arbitary DoH3 server: test failed.
This commit is contained in:
parent
a445377236
commit
78b38e9e62
@ -52,6 +52,9 @@ adb "$@" shell pm grant com.github.cvzi.darkmodewallpaper android.permission.REA
|
|||||||
# TODO: Revisit this after DNS4EU launch. Regardless of potential issues,
|
# TODO: Revisit this after DNS4EU launch. Regardless of potential issues,
|
||||||
# I am tempted by non-commercial ad filtering DNS.
|
# I am tempted by non-commercial ad filtering DNS.
|
||||||
(adb "$@" shell settings put global private_dns_specifier dns.adguard-dns.com &)
|
(adb "$@" shell settings put global private_dns_specifier dns.adguard-dns.com &)
|
||||||
|
# I thought maybe setting the above to DoH3 and this would together allow
|
||||||
|
# arbitary DoH3 server, but no
|
||||||
|
(adb "$@" shell cmd device_config put netd_native doh 1 &)
|
||||||
|
|
||||||
# Wait a bit and then reboot the device
|
# Wait a bit and then reboot the device
|
||||||
sleep 5
|
sleep 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user