mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Squid clarifs in local_vars.yml, enable_services.yml etc
This commit is contained in:
parent
dfd1ff8b1b
commit
7c6494b31a
8 changed files with 59 additions and 26 deletions
|
@ -123,8 +123,6 @@ 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
|
||||
gw_squid_whitelist: False
|
||||
gw_block_https: False
|
||||
|
||||
# Gateway mode
|
||||
iiab_lan_enabled: True
|
||||
|
@ -257,9 +255,13 @@ nginx_log_dir: /var/log/nginx
|
|||
|
||||
# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above.
|
||||
|
||||
# LESS MAINTAINED as of July 2021
|
||||
# Proxy Cache and basic site blocking using /etc/squid/sites.whitelist.txt
|
||||
# e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt
|
||||
# LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879
|
||||
squid_install: False
|
||||
squid_enabled: False
|
||||
gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites
|
||||
gw_block_https: False # SEE ABOVE: iiab_gateway_enabled
|
||||
|
||||
# UNMAINTAINED as of July 2021
|
||||
# DansGuardian REQUIRES Squid (above) be installed & enabled.
|
||||
|
|
|
@ -147,6 +147,14 @@ pi_swap_file_size: 1024
|
|||
|
||||
# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above.
|
||||
|
||||
# Proxy Cache and basic site blocking using /etc/squid/sites.whitelist.txt
|
||||
# e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt
|
||||
# LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879
|
||||
squid_install: False
|
||||
squid_enabled: False
|
||||
gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites
|
||||
gw_block_https: False # SEE ABOVE: iiab_gateway_enabled
|
||||
|
||||
# Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS
|
||||
bluetooth_install: True
|
||||
bluetooth_enabled: False
|
||||
|
|
|
@ -147,6 +147,14 @@ pi_swap_file_size: 1024
|
|||
|
||||
# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above.
|
||||
|
||||
# Proxy Cache and basic site blocking using /etc/squid/sites.whitelist.txt
|
||||
# e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt
|
||||
# LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879
|
||||
squid_install: False
|
||||
squid_enabled: False
|
||||
gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites
|
||||
gw_block_https: False # SEE ABOVE: iiab_gateway_enabled
|
||||
|
||||
# Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS
|
||||
bluetooth_install: True
|
||||
bluetooth_enabled: False
|
||||
|
|
|
@ -147,6 +147,14 @@ pi_swap_file_size: 1024
|
|||
|
||||
# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above.
|
||||
|
||||
# Proxy Cache and basic site blocking using /etc/squid/sites.whitelist.txt
|
||||
# e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt
|
||||
# LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879
|
||||
squid_install: False
|
||||
squid_enabled: False
|
||||
gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites
|
||||
gw_block_https: False # SEE ABOVE: iiab_gateway_enabled
|
||||
|
||||
# Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS
|
||||
bluetooth_install: True
|
||||
bluetooth_enabled: False
|
||||
|
|
|
@ -147,6 +147,14 @@ pi_swap_file_size: 1024
|
|||
|
||||
# DNS prep (named &/or dhcpd) used to run here. See dnsmasq in 1-PREP above.
|
||||
|
||||
# Proxy Cache and basic site blocking using /etc/squid/sites.whitelist.txt
|
||||
# e.g. /opt/iiab/iiab/roles/network/templates/squid/sites.whitelist.txt
|
||||
# LESS MAINTAINED as of July 2019: https://github.com/iiab/iiab/issues/1879
|
||||
squid_install: False
|
||||
squid_enabled: False
|
||||
gw_squid_whitelist: False # Only HTTP sites can be blocked, not HTTPS sites
|
||||
gw_block_https: False # SEE ABOVE: iiab_gateway_enabled
|
||||
|
||||
# Bluetooth PAN access to IIAB server - for Raspberry Pi - for 4-SERVER-OPTIONS
|
||||
bluetooth_install: False
|
||||
bluetooth_enabled: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue