summaryrefslogtreecommitdiff
path: root/daeva/nftables-rules.nft
diff options
context:
space:
mode:
Diffstat (limited to 'daeva/nftables-rules.nft')
-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 e70f1cf..c821e5b 100644
--- a/daeva/nftables-rules.nft
+++ b/daeva/nftables-rules.nft
@@ -11,6 +11,8 @@ table inet filter {
udp dport domain ip saddr 172.16.0.0/12 counter accept
tcp dport 3000 ip saddr 127.0.0.1/8 counter accept
tcp dport 8000 ip saddr 127.0.0.1/8 counter accept
+ tcp dport 1714-1764 ip saddr 10.0.0.0/8 counter accept comment "KDEConnect"
+ udp dport 1714-1764 ip saddr 10.0.0.0/8 counter accept comment "KDEConnect"
tcp dport http-alt ip saddr { 127.0.0.1/8, 10.0.0.0/8 } counter accept
counter
}