mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #2962 from holta/gateway-caution
default_vars.yml & local_vars.yml: Caution that 'squid_enabled: True' acts like 'iiab_gateway_enabled: True' (but only for Port 80)
This commit is contained in:
commit
5782632470
5 changed files with 10 additions and 5 deletions
|
@ -123,6 +123,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.
|
||||
|
||||
# Gateway mode
|
||||
iiab_lan_enabled: True
|
||||
|
@ -258,7 +259,7 @@ nginx_log_dir: /var/log/nginx
|
|||
# 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue