Lines Matching full:configuration
4 wg - set and retrieve configuration of WireGuard interfaces
19 is the configuration utility for getting and setting the configuration of
40 Shows current WireGuard configuration and runtime information of specified \fI<interface>\fP.
55 Shows the current configuration of \fI<interface>\fP in the format described
56 by \fICONFIGURATION FILE FORMAT\fP below.
59 Sets configuration values for the specified \fI<interface>\fP. Multiple
87 \fBsetconf\fP \fI<interface>\fP \fI<configuration-filename>\fP
88 Sets the current configuration of \fI<interface>\fP to the contents of
89 \fI<configuration-filename>\fP, which must be in the format described
90 by \fICONFIGURATION FILE FORMAT\fP below.
92 \fBaddconf\fP \fI<interface>\fP \fI<configuration-filename>\fP
93 Appends the contents of \fI<configuration-filename>\fP, which must
94 be in the format described by \fICONFIGURATION FILE FORMAT\fP below,
95 to the current configuration of \fI<interface>\fP.
97 \fBsyncconf\fP \fI<interface>\fP \fI<configuration-filename>\fP
98 Like \fBsetconf\fP, but reads back the existing configuration first
99 and only makes changes that are explicitly different between the configuration
102 \fI<configuration-filename>\fP must be in the format described by
103 \fICONFIGURATION FILE FORMAT\fP below.
127 .SH CONFIGURATION FILE FORMAT
128 The configuration file format is based on \fIINI\fP. There are two top level sections
147 configuration file. Required.
174 .SH CONFIGURATION FILE FORMAT EXAMPLE
175 This example may be used as a model for writing configuration files, following an