workstaion | firewall work

This commit is contained in:
Don Harper 2023-12-11 07:12:19 -06:00
parent c6b1f2eb7b
commit fab52f921b

View file

@ -229,6 +229,11 @@ in
# allow you to SSH in over the public internet
allowedTCPPorts = [ 22 ];
#allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ];
interfaces = {
"tailscale0" = {
allowedTCPPorts = [ 22 8080 8443 ];
};
};
};