From 7f9901326fb64af2c88913c56d10aeabef218ab3 Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Wed, 23 Feb 2022 10:14:27 -0700 Subject: daeva: nft: add wireguard port Signed-off-by: Kenny Ballou --- systems/daeva/nftables-rules.nft | 1 + 1 file changed, 1 insertion(+) (limited to 'systems') 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 } } -- cgit v1.2.1