trying to fix kdeconnect
This commit is contained in:
parent
9f779c7752
commit
ba7c891f6c
1 changed files with 7 additions and 5 deletions
|
|
@ -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; } ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue