fix typo in client wireguard

This commit is contained in:
Tyler Starr 2023-10-07 13:55:38 -07:00
parent 9fb2873fa1
commit a12f6f5f96

View File

@ -8,7 +8,7 @@
# "wg0" is the network interface name. You can name the interface arbitrarily.
wg0 = {
# Determines the IP address and subnet of the client's end of the tunnel interface.
address = [ "192.168.2.3/32" ];
address = [ "192.168.2.3/24" ];
listenPort = 51820; # to match firewall allowedUDPPorts (without this wg uses random port numbers)
# Path to the private key file.