Add Radicale reverse proxy

This commit is contained in:
2019-11-10 23:40:31 +01:00
parent 27b3cf0933
commit c154af8f83
4 changed files with 87 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
# Firewall configuration
networking.firewall = {
allowedTCPPorts = [ 631 6566 22067 8384 5232 ];
allowedTCPPorts = [ 631 6566 22067 8384 80 443 ];
autoLoadConntrackHelpers = true;
connectionTrackingModules = [ "sane" ];
};