Change default services.

pull/39/head
glen 5 years ago
parent 3ed8b1b3e5
commit 6ec3f3a493

@ -21,14 +21,12 @@ define('RASPI_OPENVPN_SERVER_CONFIG', '/etc/openvpn/server.conf');
define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc');
// Optional services, set to true to enable.
define('RASPI_WIFICLIENT_ENABLED', true );
define('RASPI_WIFICLIENT_ENABLED', false );
define('RASPI_HOTSPOT_ENABLED', true );
define('RASPI_NETWORK_ENABLED', true );
define('RASPI_NETWORK_ENABLED', false );
define('RASPI_DHCP_ENABLED', true );
define('RASPI_OPENVPN_ENABLED', false );
define('RASPI_TORPROXY_ENABLED', false );
define('RASPI_CONFAUTH_ENABLED', true );
define('RASPI_CHANGETHEME_ENABLED', true );
define('RASPI_CHANGETHEME_ENABLED', false );
define('RASPI_VNSTAT_ENABLED', true );
// Locale settings

Loading…
Cancel
Save