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 );