fix: remove open port 636, potential security risk
This commit is contained in:
parent
cd1647e5d6
commit
fc873af4b3
|
@ -63,6 +63,5 @@ in
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80 # http
|
80 # http
|
||||||
443 # https
|
443 # https
|
||||||
636 # ldaps
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue