ativar firewall
This commit is contained in:
@@ -9,16 +9,17 @@
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
allowedTCPPorts = [
|
||||
22
|
||||
80
|
||||
81
|
||||
443
|
||||
3000
|
||||
5335
|
||||
7777
|
||||
];
|
||||
allowedTCPPorts = [
|
||||
5335
|
||||
7777
|
||||
9000
|
||||
11000
|
||||
];
|
||||
trustedInterfaces = [ "tailscale0" "docker0" ];
|
||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
|
||||
Reference in New Issue
Block a user