Add URLStringProbe (#428)

* Add URLStringProbe

* switch to Apple's hotspot-detect.html
pull/439/head
Jack Ivanov 7 years ago committed by Dan Guido
parent aa0aadd66e
commit fa5a956193

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

Loading…
Cancel
Save