diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index 69aa93d7..311d1463 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -157,7 +157,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 @@ -201,7 +201,7 @@ networking.wireguard.interfaces = { ips = [ "10.10.100.1/24" ]; #VPN Port. - listenPort = 8900; + listenPort = 19800; #----------------------Start-Routing---------------------------- #postSetup = ''