mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
fa724cd52c
Closes #26702
22 lines
486 B
SYSTEMD
22 lines
486 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[NetDev]
|
|
Name=wg99
|
|
Kind=wireguard
|
|
|
|
[WireGuard]
|
|
ListenPort=51820
|
|
FwMark=1234
|
|
# settings below are ignored.
|
|
RouteTable=off
|
|
RouteMetric=456
|
|
|
|
[WireGuardPeer]
|
|
PublicKey=RDf+LSpeEre7YEIKaxg+wbpsNV7du+ktR99uBEtIiCA=
|
|
AllowedIPs=fd31:bf08:57cb::/48,192.168.26.3/24
|
|
#Endpoint=192.168.27.3:51820
|
|
Endpoint=@network.wireguard.peer0.endpoint
|
|
PresharedKey=IIWIV17wutHv7t4cR6pOT91z6NSz/T8Arh0yaywhw3M=
|
|
PersistentKeepalive=20
|
|
RouteTable=1234
|
|
RouteMetric=123
|