fix: remove open port 636, potential security risk

This commit is contained in:
halcyon 2022-12-17 19:45:53 +01:00
parent cd1647e5d6
commit fc873af4b3
No known key found for this signature in database
GPG key ID: 7C1F2DA2BC929412

View file

@ -63,6 +63,5 @@ in
networking.firewall.allowedTCPPorts = [
80 # http
443 # https
636 # ldaps
];
}