|
|
|
@ -14,10 +14,11 @@ define('RASPI_HOSTAPD_CONFIG', '/etc/hostapd/hostapd.conf');
|
|
|
|
|
define('RASPI_WPA_SUPPLICANT_CONFIG', '/etc/wpa_supplicant/wpa_supplicant.conf');
|
|
|
|
|
define('RASPI_HOSTAPD_CTRL_INTERFACE', '/var/run/hostapd');
|
|
|
|
|
define('RASPI_WPA_CTRL_INTERFACE', '/var/run/wpa_supplicant');
|
|
|
|
|
define('RASPI_LOKINET_ENABLED', true );
|
|
|
|
|
define('RASPI_LOKINET_CONFIG', '~/.lokinet');
|
|
|
|
|
define('RASPI_OPENVPN_CLIENT_CONFIG', '/etc/openvpn/client.conf');
|
|
|
|
|
define('RASPI_OPENVPN_SERVER_CONFIG', '/etc/openvpn/server.conf');
|
|
|
|
|
define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc');
|
|
|
|
|
define('RASPI_LOKINET_CONFIG', '~/.lokinet');
|
|
|
|
|
|
|
|
|
|
// Optional services, set to true to enable.
|
|
|
|
|
define('RASPI_WIFICLIENT_ENABLED', true );
|
|
|
|
@ -25,14 +26,11 @@ 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 );
|
|
|
|
|
define('RASPI_LOKINET_ENABLED', true );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Locale settings
|
|
|
|
|
define('LOCALE_ROOT', 'locale');
|
|
|
|
|
define('LOCALE_DOMAIN', 'messages');
|
|
|
|
|
|
|
|
|
|