From db73f858c4707a741f9705533ce065fbd3eba471 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 18 Jul 2019 11:55:20 -0400 Subject: [PATCH] captive_portal_install/enabled: True -> False --- vars/local_vars_medium.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 01e8d4f79..c99c2ac9e 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -75,8 +75,8 @@ dns_jail_enabled: False # Python-based Captive Portal, that @m-anish & @jvonau experimented with in # July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt # extensively refined later in 2018 (PRs #1179, #1300, #1327). -captive_portal_install: True -captive_portal_enabled: True +captive_portal_install: False +captive_portal_enabled: False # In a pinch, disable Captive Portal using instructions in http://FAQ.IIAB.IO # Set to "False" if you want to revert to the older Dynamic Menuing system