Forked from chenshaoju/gist:c819d48ef68544a484751dc3f8cb28e1
Created
July 16, 2018 03:50
-
-
Save alwayssea/afd77cb3334e2214b5c530123dd30e79 to your computer and use it in GitHub Desktop.
Android portal server config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
settings put global captive_portal_mode 1 | |
settings put global captive_portal_use_https 1 | |
settings put global captive_portal_http_url http://www.qualcomm.cn/generate_204 | |
settings put global captive_portal_https_url https://www.qualcomm.cn/generate_204 | |
settings put global captive_portal_fallback_url http://captive.v2ex.co/generate_204 | |
settings put global captive_portal_other_fallback_urls http://www.google.cn/generate_204 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment