added caddy

This commit is contained in:
willifan 2024-07-28 18:14:30 +02:00
parent 03774d3c80
commit e362c39a63
3 changed files with 22 additions and 1 deletions

View file

@ -3,6 +3,6 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 80 443 3000 ];
allowedUDPPorts = [ 22 ];
allowedUDPPorts = [ 22 80 443 ];
};
}