Allow nub's subnet to be an endpoint for the tunnel.

Also leaves a some room for more people, but not too much *hehe*
This commit is contained in:
fallingsky04 2024-03-08 11:41:07 +00:00
parent 0f14004a7b
commit 337b2bff00
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
# "wg0" is the network interface name. You can name the interface arbitrarily. # "wg0" is the network interface name. You can name the interface arbitrarily.
wg0 = { wg0 = {
# 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.100.0.1/24" ]; ips = [ "10.100.0.1/22" ];
# 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;