From 3e635f6cb551118966046dcc17d99689fcc39523 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sun, 17 Mar 2019 18:42:09 -0400 Subject: [PATCH] Deactivate Tor --- includes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.php b/includes/config.php index d9aa28a..f5f3522 100755 --- a/includes/config.php +++ b/includes/config.php @@ -26,7 +26,7 @@ define('RASPI_HOTSPOT_ENABLED', true ); define('RASPI_NETWORK_ENABLED', true ); define('RASPI_DHCP_ENABLED', true ); define('RASPI_OPENVPN_ENABLED', false ); -define('RASPI_TORPROXY_ENABLED', true ); +define('RASPI_TORPROXY_ENABLED', false ); define('RASPI_CONFAUTH_ENABLED', true ); define('RASPI_CHANGETHEME_ENABLED', true ); define('RASPI_VNSTAT_ENABLED', true );