Add URLStringProbe (#428)

* Add URLStringProbe

* switch to Apple's hotspot-detect.html
This commit is contained in:
Jack Ivanov 2017-04-18 05:16:05 +02:00 committed by Dan Guido
parent aa0aadd66e
commit fa5a956193

View file

@ -37,6 +37,8 @@
{% endif %} {% endif %}
<key>InterfaceTypeMatch</key> <key>InterfaceTypeMatch</key>
<string>WiFi</string> <string>WiFi</string>
<key>URLStringProbe</key>
<string>http://captive.apple.com/hotspot-detect.html</string>
</dict> </dict>
<dict> <dict>
<key>Action</key> <key>Action</key>
@ -47,6 +49,8 @@
{% endif %} {% endif %}
<key>InterfaceTypeMatch</key> <key>InterfaceTypeMatch</key>
<string>Cellular</string> <string>Cellular</string>
<key>URLStringProbe</key>
<string>http://captive.apple.com/hotspot-detect.html</string>
</dict> </dict>
</array> </array>
{% else %} {% else %}