aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-02-23 10:14:27 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-03-14 11:14:48 -0600
commit7f9901326fb64af2c88913c56d10aeabef218ab3 (patch)
tree9dc857d9932bf6b9cea56f3abbcd0125e67209bf /systems
parent8a0b6d09798b6e10f9bacea9616c775d899ade55 (diff)
downloaddotfiles-7f9901326fb64af2c88913c56d10aeabef218ab3.tar.gz
dotfiles-7f9901326fb64af2c88913c56d10aeabef218ab3.tar.xz
daeva: nft: add wireguard port
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
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
}
}