Added constant to toggle availability of wifi client config. Resolves #279

pull/1/head
billz 6 years ago
parent 68f1ce5f0a
commit b00b71e2e3

@ -19,6 +19,7 @@ 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_HOTSPOT_ENABLED', true );
define('RASPI_NETWORK_ENABLED', true );
define('RASPI_DHCP_ENABLED', true );

Loading…
Cancel
Save