VEGAS/wireguard-server: switch port
This commit is contained in:
parent
efc518a97b
commit
a464843680
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ in
|
|||
|
||||
networking = {
|
||||
firewall = {
|
||||
allowedUDPPorts = [ 43 ];
|
||||
allowedUDPPorts = [ 123 ];
|
||||
};
|
||||
|
||||
nat.internalIPs = [
|
||||
|
@ -23,7 +23,7 @@ in
|
|||
enable = true;
|
||||
interfaces.wgstorm = {
|
||||
ips = [ "10.100.0.1/24" ];
|
||||
listenPort = 43;
|
||||
listenPort = 123;
|
||||
privateKeyFile = config.age.secrets.wireguard-key-storm.path;
|
||||
peers = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue