mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-22 16:26:24 -04:00
Added I2P base32 address output to rnstatus utility
This commit is contained in:
parent
d487609dcf
commit
d4aabc8b89
4 changed files with 14 additions and 1 deletions
|
@ -129,6 +129,7 @@ class I2PController:
|
|||
i2p_dest = self.i2plib.Destination(data=prvd, has_private_key=True)
|
||||
|
||||
i2p_b32 = i2p_dest.base32
|
||||
owner.b32 = i2p_b32
|
||||
|
||||
self.server_tunnels[i2p_b32] = False
|
||||
|
||||
|
@ -509,8 +510,9 @@ class I2PInterface(Interface):
|
|||
self.connectable = connectable
|
||||
self.i2p_tunneled = True
|
||||
|
||||
self.b32 = None
|
||||
self.i2p = I2PController(rns_storagepath)
|
||||
|
||||
|
||||
self.IN = True
|
||||
self.OUT = False
|
||||
self.name = name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue