summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-05-14 15:41:36 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-05-14 15:41:36 -0600
commit660761fbb20b1cf709e1f000b47a856fe0e3d139 (patch)
tree766af90036d0ae067e39e26a65cde4dfd3dcd214
parent9f8e2fb2ccc28cc086e2887c7fff792248a3d859 (diff)
downloadcfg.nix-660761fbb20b1cf709e1f000b47a856fe0e3d139.tar.gz
cfg.nix-660761fbb20b1cf709e1f000b47a856fe0e3d139.tar.xz
firewall: add outbound kde connect ports
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-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
}
}