From 5d9d07e6d0d42f8b4608dc7504b8d8392fd4d9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Sch=C3=A4ferdiek?= Date: Tue, 26 Sep 2023 00:56:45 +0200 Subject: [PATCH] Move to orig. proposed captiveportal --- android/captiveportal.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/captiveportal.sh b/android/captiveportal.sh index 32a3255..e6d096e 100755 --- a/android/captiveportal.sh +++ b/android/captiveportal.sh @@ -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"'