mirror of
https://github.com/meshtastic/python.git
synced 2026-01-17 12:17:55 -05:00
Tunnel: Add overlay peer discovery to blocklist
This commit is contained in:
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user