Move to orig. proposed captiveportal

This commit is contained in:
Alexander Schäferdiek 2023-09-26 00:56:45 +02:00
parent 0085f2dfad
commit 5d9d07e6d0

View file

@ -2,7 +2,7 @@
#
# For more information see https://www.kuketz-blog.de/empfehlungsecke/#captive-portal
adb shell 'settings put global captive_portal_http_url "http://captiveportal.myservermanager.com"'
adb shell 'settings put global captive_portal_https_url "https://captiveportal.myservermanager.com"'
adb shell 'settings put global captive_portal_fallback_url "http://captiveportal.myservermanager.com"'
adb shell 'settings put global captive_portal_other_fallback_urls "http://captiveportal.myservermanager.com"'
adb shell 'settings put global captive_portal_http_url "http://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_https_url "https://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_fallback_url "http://captiveportal.kuketz.de"'
adb shell 'settings put global captive_portal_other_fallback_urls "http://captiveportal.kuketz.de"'