Android7.1/8.0使用adb命令替换204服务器地址:
adb shell settings put global captive_portal_https_url http://xxx/generate_204
搭建204服务器:
Nginx服务器
nginx的服务器配置中,添加一个location即可:
location /generate_204 { return 204; }
然后重启一下nginx服务,url地址:
域名/generate_204
合作联系邮箱:cofface#cofface.com(请将#替换为@)
转载请注明来源:Cofface Blog » [cofface]Android去除感叹号和搭建“204服务器”