本站提供android网络检测接口
本站提供 Android Captive Portal Server:
captive.padeoe.com
使用方法:
adb shell "settings put global captive_portal_http_url http://captive.padeoe.com";
adb shell "settings put global captive_portal_https_url https://captive.padeoe.com";
Captive Portal Server 搭建方法(基于 Caddy 搭建)
Caddyfile
http://captive.padeoe.com {
respond /* 204
}
https://captive.padeoe.com {
# import tls_padeoe_com
respond /* 204
}
共有 0 条评论