summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--daeva/nftables-rules.nft2
1 files changed, 2 insertions, 0 deletions
diff --git a/daeva/nftables-rules.nft b/daeva/nftables-rules.nft
index 220b0da..378d630 100644
--- a/daeva/nftables-rules.nft
+++ b/daeva/nftables-rules.nft
@@ -63,6 +63,8 @@ table inet filter {
udp dport 20048 ip daddr 10.0.0.0/8 counter accept
tcp dport 13052 counter accept
udp dport 19302-19309 counter accept comment "Google Meet Ports"
+ tcp dport 1714-1764 counter accept comment "KDEConnect"
+ udp dport 1714-1764 counter accept comment "KDEConnect"
counter
}
}