From fda7cf31d623c892cc8a7b126e4552e453fa0bd9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 23 Aug 2021 11:25:16 -0400 Subject: [PATCH] Update local_vars_unittest.yml --- vars/local_vars_unittest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vars/local_vars_unittest.yml b/vars/local_vars_unittest.yml index e3e1dd866..2be5f8aae 100644 --- a/vars/local_vars_unittest.yml +++ b/vars/local_vars_unittest.yml @@ -69,6 +69,7 @@ wifi_up_down: True # Creates a 2nd virtual WiFi adapter for upstream WiFi # Set True if client machines should have "passthrough" access to WAN/Internet: iiab_gateway_enabled: False +# CAUTION: Setting 'squid_enabled: True' (BELOW) acts as a gateway for Port 80. # See "How do I set a static IP address?" for Ethernet, in http://FAQ.IIAB.IO wan_ip: dhcp # wan_ip: 192.168.1.99 @@ -151,7 +152,7 @@ pi_swap_file_size: 1024 # e.g. /opt/iiab/iiab/roles/network/templates/squid/allow_dst_domains # e.g. /opt/iiab/iiab/roles/network/templates/squid/allow_url_regexs squid_install: False -squid_enabled: False # SET 'iiab_gateway_enabled' FURTHER ABOVE ? +squid_enabled: False # Enabling this ~= 'iiab_gateway_enabled: True' (ABOVE) gw_squid_whitelist: False # Works with HTTP sites, not HTTPS sites ! gw_block_https: False