This commit is contained in:
billz
2020-03-26 19:45:39 +00:00
parent 6f503d8b53
commit ae26f948a4
7 changed files with 147 additions and 0 deletions

5
config/blocklists.json Normal file
View File

@@ -0,0 +1,5 @@
{
"notracking/hosts-blocklist": [
"notracking-master"
]
}

View File

@@ -30,6 +30,7 @@ define('RASPI_WIFICLIENT_ENABLED', true);
define('RASPI_HOTSPOT_ENABLED', true);
define('RASPI_NETWORK_ENABLED', true);
define('RASPI_DHCP_ENABLED', true);
define('RASPI_ADBLOCK_ENABLED', true);
define('RASPI_OPENVPN_ENABLED', false);
define('RASPI_TORPROXY_ENABLED', false);
define('RASPI_CONFAUTH_ENABLED', true);