From 78b38e9e6208aad10772ad983c8c8d9b7049a055 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 16 Mar 2025 19:50:14 +0200 Subject: [PATCH] adb-permissions.bash: arbitary DoH3 server: test failed. --- bash/adb-permissions.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/adb-permissions.bash b/bash/adb-permissions.bash index 1bccfb9..b993266 100755 --- a/bash/adb-permissions.bash +++ b/bash/adb-permissions.bash @@ -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, # I am tempted by non-commercial ad filtering DNS. (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 sleep 5