trying to fix kdeconnect

This commit is contained in:
Don Harper 2024-02-06 22:30:49 -06:00
parent 9f779c7752
commit ba7c891f6c

View file

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