hangxingliu / vscode-systemd

A Visual Studio Code extension that helps you read and write Systemd unit files
https://marketplace.visualstudio.com/items?itemName=hangxingliu.vscode-systemd-support
MIT License
36 stars 2 forks source link

network configuration is outdated #74

Open dmig opened 1 month ago

dmig commented 1 month ago

F.e.

[Match]
Name = wg0

[Network]
Description=WireGuard tunnel wg0
IPMasquerade=both
Address = 10.1.0.1/24
Address = fd9f:8ab0:9ee5::1/120

[Route]
Gateway = 10.1.0.1
Destination = 10.1.0.0/24
GatewayOnlink = true
hangxingliu commented 1 month ago

The support for version 256 will be added in next release

dmig commented 1 month ago

Great to know. Still, take a look at the last 2 points.