Définition des ports firewall dans le fichier dédié HAproxy

This commit is contained in:
nyanloutre 2018-04-18 21:03:20 +02:00
parent 5bda521da7
commit a469b5f502
2 changed files with 4 additions and 1 deletions

View File

@ -118,5 +118,9 @@ ${concatStrings (
}; };
security.acme.directory = "/var/lib/acme"; security.acme.directory = "/var/lib/acme";
networking.firewall.allowedTCPPorts = [
80 443
];
}; };
} }

View File

@ -95,7 +95,6 @@ in
services.murmur.textMsgLength = 0; services.murmur.textMsgLength = 0;
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
80 443 # HAProxy
# 111 2049 4000 4001 4002 # NFS # 111 2049 4000 4001 4002 # NFS
3483 9000 9090 # Slimserver 3483 9000 9090 # Slimserver
51413 # Transmission 51413 # Transmission