mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-27 08:45:41 -04:00
Added I2P connectivity. Added android/desktop awareness for connectivity settings.
This commit is contained in:
parent
163df580c0
commit
40cd0b54ab
3 changed files with 81 additions and 32 deletions
|
@ -791,11 +791,11 @@ class SidebandCore():
|
|||
else:
|
||||
ifac_netkey = self.config["connect_i2p_ifac_passphrase"]
|
||||
|
||||
i2pinterface = I2PInterface.I2PInterface(
|
||||
i2pinterface = RNS.Interfaces.I2PInterface.I2PInterface(
|
||||
RNS.Transport,
|
||||
"I2PInterface",
|
||||
RNS.Reticulum.storagepath,
|
||||
self.config["connect_i2p_b32"],
|
||||
[self.config["connect_i2p_b32"]],
|
||||
connectable = False,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue