Skip to content

Commit 2464bcf

Browse files
committed
Tunnel: Add overlay peer discovery to blocklist
1 parent 70bb58b commit 2464bcf

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)