Managed Configuration
Chute can update a config file from an URL automatically. If the config starts with
#!MANAGED-CONFIG http://test.com/chute.conf interval=60 strict=true
The running tunnel checks and applies updates automatically at the configured interval; the Chute main application also refreshes managed configurations when opened.
Note: The new config in remote should also contain #!MANAGED-CONFIG line. Otherwise the config will become a regular one.
Parameters
interval: Optional, s (Default: 86400s).
Determine how long the config will be updated.
strict: true or false (Default: false).
Reserved. Currently strict only affects update logging: when an update fails, the previous configuration remains in use in both modes.