address not ip there
This commit is contained in:
parent
93b63910bb
commit
6cf5aa600c
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue