Restrict allowedTCPPorts to port 8443

This commit is contained in:
fi 2023-08-04 21:59:25 +02:00
parent c1bd4e3529
commit ad208c1870
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA

View file

@ -9,7 +9,7 @@
hostName = "nextcloud";
firewall = {
enable = true;
allowedTCPPorts = [ 80 443 8443 ];
allowedTCPPorts = [ 8443 ];
};
};