Add URLStringProbe to iOS config to all networks to allow access to captive portals.

This commit is contained in:
Tariq Yusuf 2017-04-01 19:23:23 -07:00
parent 1b3a3a886d
commit 873ac24a79

View file

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