properties.local Configuration¶
The properties.local file is the system configuration file for the FIRERPA service, typically stored on the device. It contains key-value pairs in the format key=value. By editing this file, you can configure FIRERPA to automatically connect to OpenVPN, set up proxies or port forwarding, configure login passwords or certificates, and perform other system configurations upon startup. During startup, FIRERPA looks for this file in the /data/usr directory and loads it. You can refer to properties.local.example in the project repository to learn about available configuration options; however, please do not copy this file directly—only include the settings you actually need.
Attention
The /data/usr directory is the user data directory for FIRERPA and does not exist by default before the first launch. If you wish to pre-configure the properties.local file, you must manually create this directory.
Guidelines for writing the properties.local startup configuration are also provided in the documentation for each individual feature. You may also refer to the properties.local.example file for reference.