Skip to content

Commit

Permalink
Merge pull request #471 from marek22k/cjdns-beacon
Browse files Browse the repository at this point in the history
Tunnel: Add overlay peer discovery to blocklist
  • Loading branch information
thebentern authored Dec 13, 2023
2 parents 958edbf + 2464bcf commit 882e160
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshtastic/tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def __init__(self, iface, subnet="10.115", netmask="255.255.0.0"):
self.udpBlacklist = {
1900, # SSDP
5353, # multicast DNS
9001, # Yggdrasil multicast discovery
64512, # cjdns beacon
}

"""A list of TCP services to block"""
Expand Down

0 comments on commit 882e160

Please sign in to comment.