.\" Generated by scdoc 1.11.2 .\" Complete documentation for this program is not available as a GNU info page .ie \n(.g .ds Aq \(aq .el .ds Aq ' .nh .ad l .\" Begin generated content: .TH "interfaces-wireguard" "5" "2022-10-15" .P .SH NAME .P \fBinterfaces-wireguard\fR - Wireguard extensions for the interfaces(5) file format .P .SH DESCRIPTION .P Wireguard is a comtemporary in-Kernel layer 3 VPN protocol implementation which aims to provide fast and secure tunnels.\& The following options allow to set up Wireguard VPN tunnels.\& .P .SH WIREGUARD-RELATED OPTIONS .P \fBwireguard-config-path\fR \fIpath\fR .RS 4 Denotes the absolute \fIpath\fR to the Wireguard configuration file.\& If no path is given, \fI/etc/wireguard/.\&conf\fR will be used.\& In the latter case \fIuse wireguard\fR has to be explicitly set to the interface configuration.\& .P .RE .SH EXAMPLES .P A Wireguard VPN tunnel with explicit configuration file specified .P .nf .RS 4 auto wg-foo iface wg-foo wireguard-config-path /etc/wireguard/foo\&.conf # address 192\&.0\&.2\&.23/42 address 2001:db8::23/64 .fi .RE .P A Wireguard VPN tunnel with implicit configuration file: .P .nf .RS 4 auto wg-bar iface wg-bar use wireguard # address 192\&.0\&.2\&.23/42 address 2001:db8::23/64 .fi .RE .P .SH AUTHORS .P Maximilian Wilhelm