aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/daeva/nftables-rules.nft1
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/daeva/nftables-rules.nft b/systems/daeva/nftables-rules.nft
index 4679ad49..35479d56 100644
--- a/systems/daeva/nftables-rules.nft
+++ b/systems/daeva/nftables-rules.nft
@@ -67,6 +67,7 @@ table inet filter {
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"
+ udp dport 51820 counter accept comment "WireGuard"
counter
}
}