server | allow http/https in firewall

This commit is contained in:
Don Harper 2022-11-26 23:31:32 -06:00
parent 15e64b7564
commit ca698ef6d6

View file

@ -124,7 +124,7 @@
allowedUDPPorts = [ config.services.tailscale.port ];
# allow you to SSH in over the public internet
allowedTCPPorts = [ 22 ];
allowedTCPPorts = [ 22 80 443 ];
};