workstaion | firewall work
This commit is contained in:
parent
c6b1f2eb7b
commit
fab52f921b
1 changed files with 5 additions and 0 deletions
|
|
@ -229,6 +229,11 @@ in
|
||||||
# allow you to SSH in over the public internet
|
# allow you to SSH in over the public internet
|
||||||
allowedTCPPorts = [ 22 ];
|
allowedTCPPorts = [ 22 ];
|
||||||
#allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ];
|
#allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ];
|
||||||
|
interfaces = {
|
||||||
|
"tailscale0" = {
|
||||||
|
allowedTCPPorts = [ 22 8080 8443 ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue