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"""