mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-05 08:47:03 +08:00
31 lines
594 B
Markdown
31 lines
594 B
Markdown
## wice sync
|
||
|
||
Synchronize interfaces
|
||
|
||
### Synopsis
|
||
|
||
Synchronizes the internal daemon state with the state of the Wireguard interfaces
|
||
|
||
```
|
||
wice sync [flags]
|
||
```
|
||
|
||
### Options
|
||
|
||
```
|
||
-h, --help help for sync
|
||
-s, --socket string Unix control and monitoring socket (default "/var/run/wice.sock")
|
||
```
|
||
|
||
### Options inherited from parent commands
|
||
|
||
```
|
||
-l, --log-file string path of a file to write logs to
|
||
-d, --log-level string log level (one of "debug", "info", "warn", "error", "dpanic", "panic", and "fatal") (default "info")
|
||
```
|
||
|
||
### SEE ALSO
|
||
|
||
* [wice](wice.md) - ɯice
|
||
|