adds various firewall rules

This commit is contained in:
2024-11-16 00:19:14 +01:00
parent e3f0493630
commit 9235298118

View File

@ -20,9 +20,14 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [
# SSH
400
400 # SSH
80 # HTTP
443 # HTTPS
22 # Git over SSH
32400 # Plex
];
allowedUDPPorts = [
51820 # WireGuard
];
allowedUDPPorts = [ ];
};
}