aboutsummaryrefslogtreecommitdiff
path: root/systems/yak/nftables-rules.nft
diff options
context:
space:
mode:
Diffstat (limited to 'systems/yak/nftables-rules.nft')
-rw-r--r--systems/yak/nftables-rules.nft2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/yak/nftables-rules.nft b/systems/yak/nftables-rules.nft
index c572c647..df855be9 100644
--- a/systems/yak/nftables-rules.nft
+++ b/systems/yak/nftables-rules.nft
@@ -63,6 +63,8 @@ table inet filter {
tcp dport 6697 counter accept comment "IRC"
tcp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 2049 ip daddr 10.0.0.0/8 counter accept comment "NFS"
+ tcp dport 2628 counter accept comment "Dictionary"
+ udp dport 2628 counter accept comment "Dictionary"
tcp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 20048 ip daddr 10.0.0.0/8 counter accept comment "NFS"
udp dport 19302-19309 counter accept comment "Google Meet Ports"