mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-11 14:41:17 -07:00
Added I2P base32 address output to rnstatus utility
This commit is contained in:
@@ -669,6 +669,12 @@ class Reticulum:
|
||||
else:
|
||||
ifstats["clients"] = None
|
||||
|
||||
if hasattr(interface, "b32"):
|
||||
if interface.b32 != None:
|
||||
ifstats["i2p_b32"] = interface.b32+".b32.i2p"
|
||||
else:
|
||||
ifstats["i2p_b32"] = None
|
||||
|
||||
ifstats["name"] = str(interface)
|
||||
ifstats["rxb"] = interface.rxb
|
||||
ifstats["txb"] = interface.txb
|
||||
|
||||
Reference in New Issue
Block a user