Tunnel: Add overlay peer discovery to blocklist

This commit is contained in:
Marek Küthe
2023-12-09 11:50:47 +00:00
parent 70bb58b8ce
commit 2464bcf414

View File

@@ -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"""