This commit is contained in:
Alexander Szczepanski
2021-10-28 09:02:58 +02:00
parent 5950e8d335
commit fab941ef91
9 changed files with 65 additions and 109 deletions

View File

@ -52,7 +52,7 @@ in
internalInterfaces = [ "wg0" ];
};
firewall = {
allowedTCPPorts = [ 80 443 ];
allowedTCPPorts = [ 80 443 22000 ];
allowedUDPPorts = [ 80 443 51820 ];
};
};