]> git.meshlink.io Git - meshlink/commitdiff
Add meshlink_set_storage_policy().
authorGuus Sliepen <guus@meshlink.io>
Fri, 29 Jan 2021 21:59:57 +0000 (22:59 +0100)
committerGuus Sliepen <guus@meshlink.io>
Wed, 3 Mar 2021 11:39:50 +0000 (12:39 +0100)
This allows control over when MeshLink stores configuration files:

- MESHLINK_STORAGE_ENABLED: on all updates
- MESHLINK_STORAGE_KEYS_ONLY: only on new keys and black/whitelist updates
- MESHLINK_STORAGE_DISABLED: never


No differences found