mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-02 10:30:00 -07:00
Added bootstrap_only interface option
This commit is contained in:
@@ -87,6 +87,7 @@ class Interface:
|
||||
self.supports_discovery = False
|
||||
self.discoverable = False
|
||||
self.last_discovery_announce = 0
|
||||
self.bootstrap_only = False
|
||||
self.parent_interface = None
|
||||
self.spawned_interfaces = None
|
||||
self.tunnel_id = None
|
||||
|
||||
Reference in New Issue
Block a user