mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-28 06:31:28 +08:00
17 lines
572 B
Markdown
17 lines
572 B
Markdown
---
|
|
# SPDX-FileCopyrightText: 2023 Steffen Vogel <post@steffenvogel.de>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
|
|
# 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](../config/) or with-in the `interfaces` section to customize settings of an individual interface.
|
|
|
|
import ApiSchema from '@theme/ApiSchema';
|
|
|
|
<ApiSchema pointer="#/components/schemas/ConfigSyncSettings" />
|