From 2464bcf414793e81139bf5e94dd43945a0c17be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sat, 9 Dec 2023 11:50:47 +0000 Subject: [PATCH] Tunnel: Add overlay peer discovery to blocklist --- meshtastic/tunnel.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meshtastic/tunnel.py b/meshtastic/tunnel.py index 65c5f5c..b880efa 100644 --- a/meshtastic/tunnel.py +++ b/meshtastic/tunnel.py @@ -63,6 +63,8 @@ class Tunnel: self.udpBlacklist = { 1900, # SSDP 5353, # multicast DNS + 9001, # Yggdrasil multicast discovery + 64512, # cjdns beacon } """A list of TCP services to block"""