add localsend ports to firewall

This commit is contained in:
Kopatz
2023-12-23 23:16:01 +01:00
parent e3f3f630c2
commit 60bed36fe1

View File

@@ -41,6 +41,8 @@ in
networking.firewall = {
enable = true;
allowedTCPPorts = [ 53317 ]; #localsend
allowedUDPPorts = [ 53317 ]; #localsend
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];