address not ip there

This commit is contained in:
Lillian Violet 2024-12-04 18:01:06 +01:00
parent 93b63910bb
commit 6cf5aa600c

View file

@ -65,7 +65,7 @@
wg0 = { wg0 = {
autostart = true; autostart = true;
# Determines the IP address and subnet of the server's end of the tunnel interface. # Determines the IP address and subnet of the server's end of the tunnel interface.
ips = ["10.2.0.2/32"]; address = ["10.2.0.2/32"];
# The port that WireGuard listens to. Must be accessible by the client. # The port that WireGuard listens to. Must be accessible by the client.
listenPort = 51820; listenPort = 51820;