We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 958edbf + 2464bcf commit 882e160Copy full SHA for 882e160
1 file changed
meshtastic/tunnel.py
@@ -63,6 +63,8 @@ def __init__(self, iface, subnet="10.115", netmask="255.255.0.0"):
63
self.udpBlacklist = {
64
1900, # SSDP
65
5353, # multicast DNS
66
+ 9001, # Yggdrasil multicast discovery
67
+ 64512, # cjdns beacon
68
}
69
70
"""A list of TCP services to block"""
0 commit comments