Skip to content

Commit 882e160

Browse files
authored
Merge pull request #471 from marek22k/cjdns-beacon
Tunnel: Add overlay peer discovery to blocklist
2 parents 958edbf + 2464bcf commit 882e160

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

meshtastic/tunnel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ def __init__(self, iface, subnet="10.115", netmask="255.255.0.0"):
6363
self.udpBlacklist = {
6464
1900, # SSDP
6565
5353, # multicast DNS
66+
9001, # Yggdrasil multicast discovery
67+
64512, # cjdns beacon
6668
}
6769

6870
"""A list of TCP services to block"""

0 commit comments

Comments
 (0)