sync the port with the new one

This commit is contained in:
Leon Vita 2022-08-27 18:19:38 +01:00
parent 6c5d103e12
commit 5428aa3d17
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ in
ips = [ "10.10.11.1/24" ];
#VPN Port.
listenPort = 8800;
listenPort = 19800;
# This allows the wireguard server to route your traffic to the internet and hence be like a VPN
# For this to work you have to set the dnsserver IP of your router (or dnsserver of choice) in your clients
@ -139,7 +139,7 @@ networking.wireguard.interfaces = {
ips = [ "10.10.100.1/24" ];
#VPN Port.
listenPort = 8900;
listenPort = 19800;
#----------------------Start-Routing----------------------------
#postSetup = ''