From 873ac24a79469a785ce9871c4942456ba87fd760 Mon Sep 17 00:00:00 2001 From: Tariq Yusuf Date: Sat, 1 Apr 2017 19:23:23 -0700 Subject: [PATCH] Add `URLStringProbe` to iOS config to all networks to allow access to captive portals. --- roles/vpn/templates/mobileconfig.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/vpn/templates/mobileconfig.j2 b/roles/vpn/templates/mobileconfig.j2 index c48bc1b9..ecfd75c5 100644 --- a/roles/vpn/templates/mobileconfig.j2 +++ b/roles/vpn/templates/mobileconfig.j2 @@ -37,6 +37,8 @@ {% endif %} InterfaceTypeMatch WiFi + URLStringProbe + http://www.google.com Action @@ -47,6 +49,8 @@ {% endif %} InterfaceTypeMatch Cellular + URLStringProbe + http://www.google.com {% else %}