# 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=wireguard.example.com:51820 | |
Endpoint=192.168.27.3:51820 | |
PresharedKey=IIWIV17wutHv7t4cR6pOT91z6NSz/T8Arh0yaywhw3M= | |
PersistentKeepalive=20 | |
RouteTable=1234 | |
RouteMetric=123 |