sync the port with the new one #46

Merged
astro merged 1 commits from :master into master 2022-08-27 21:12:01 +02:00

View File

@ -95,7 +95,7 @@ in
ips = [ "10.10.11.1/24" ]; ips = [ "10.10.11.1/24" ];
#VPN Port. #VPN Port.
listenPort = 8800; listenPort = 19800;
# This allows the wireguard server to route your traffic to the internet and hence be like a VPN # 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 # 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" ]; ips = [ "10.10.100.1/24" ];
#VPN Port. #VPN Port.
listenPort = 8900; listenPort = 19800;
#----------------------Start-Routing---------------------------- #----------------------Start-Routing----------------------------
#postSetup = '' #postSetup = ''