var img = document.createElement('img'); img.src = "https://matomo.0l.de/piwik.php?idsite=5&rec=1&url=https://cunicu.li" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

Config Synchronization

The config synchronization feature keeps interface configuration provided via configuration files in sync with the kernel.

Configuration

The following settings can be used in the main section of the configuration file or with-in the interfaces section to customize settings of an individual interface.

sync_config
boolean (Config Synchronization)

Enable config synchronization.

watch_config
boolean (Watch Configuration Files)

Keep watching for changes in the configuration and apply them on-the-fly

{
  • "sync_config": true,
  • "watch_config": true
}