VEGAS/wireguard-server: switch port

This commit is contained in:
Max Headroom 2022-09-24 14:19:58 +02:00
parent efc518a97b
commit a464843680

View file

@ -12,7 +12,7 @@ in
networking = { networking = {
firewall = { firewall = {
allowedUDPPorts = [ 43 ]; allowedUDPPorts = [ 123 ];
}; };
nat.internalIPs = [ nat.internalIPs = [
@ -23,7 +23,7 @@ in
enable = true; enable = true;
interfaces.wgstorm = { interfaces.wgstorm = {
ips = [ "10.100.0.1/24" ]; ips = [ "10.100.0.1/24" ];
listenPort = 43; listenPort = 123;
privateKeyFile = config.age.secrets.wireguard-key-storm.path; privateKeyFile = config.age.secrets.wireguard-key-storm.path;
peers = [ peers = [
{ {