Features
The cunīcu daemon supports many features which are implemented by separate software modules/packages. This structure promotes the separation of concerns within the code-base and allows for use-cases in which only subsets of features are used. E.g. we can use cunīcu for the post-quantum safe exchange of pre-shared keys without any of the other features like peer or endpoint discovery. With very few exceptions all of the features listed below can be used separately.
Currently, the following features are implemented as separate modules:
- Auto-configuration of missing interface settings and link-local IP addresses (
autocfg
) - Config Synchronization (
cfgsync
) - Peer Discovery (
pdisc
) - Endpoint Discovery (
epdisc
) - Hooks (
hooks
) - Hosts-file Synchronization (
hsync
) - Pre-shared Key Establishment (
pske
) - Route Synchronization (
rtsync
)