server | allow http/https in firewall
This commit is contained in:
parent
15e64b7564
commit
ca698ef6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@
|
|||
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
|
||||
# allow you to SSH in over the public internet
|
||||
allowedTCPPorts = [ 22 ];
|
||||
allowedTCPPorts = [ 22 80 443 ];
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue