summaryrefslogtreecommitdiff
path: root/daeva
diff options
context:
space:
mode:
Diffstat (limited to 'daeva')
-rw-r--r--daeva/nftables-rules.nft1
1 files changed, 1 insertions, 0 deletions
diff --git a/daeva/nftables-rules.nft b/daeva/nftables-rules.nft
index 54f9f16..220b0da 100644
--- a/daeva/nftables-rules.nft
+++ b/daeva/nftables-rules.nft
@@ -11,6 +11,7 @@ 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 8080 ip saddr { 127.0.0.1/8, 10.0.0.0/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