workstation | attempting to get kdeconnectd working w/ the firewall
This commit is contained in:
parent
afc9bdb5ae
commit
0064cb7af0
1 changed files with 7 additions and 7 deletions
|
|
@ -267,16 +267,16 @@ in
|
|||
|
||||
# allow the Tailscale UDP port through the firewall
|
||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
#allowedUDPPortRanges = [ { from = 1714 ; to = 1764; }];
|
||||
allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ];
|
||||
allowedUDPPortRanges = [ { from = 1714 ; to = 1764; } ];
|
||||
|
||||
# allow you to SSH in over the public internet
|
||||
allowedTCPPorts = [ 22 ];
|
||||
#allowedTCPPortRanges = [ { from = 1714 ; to = 1764; } ];
|
||||
interfaces = {
|
||||
"tailscale0" = {
|
||||
allowedTCPPorts = [ 22 8080 8443 ];
|
||||
};
|
||||
};
|
||||
#interfaces = {
|
||||
#"tailscale0" = {
|
||||
#allowedTCPPorts = [ 22 8080 8443 ];
|
||||
#};
|
||||
#};
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue