mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
allow thunderhub also when using ip not TOR
This commit is contained in:
parent
ab69abb8ac
commit
4950235eb6
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,7 @@ p 'BTCPayServer' ${BTCPayServer} \
|
|||
m 'lndmanage' ${lndmanage} \
|
||||
f 'Faraday' ${faraday} \
|
||||
o 'Balance of Satoshis' ${bos} \
|
||||
t 'ThunderHub' ${thunderhub}
|
||||
t 'ThunderHub' ${thunderhub} \
|
||||
i 'LNbits' ${LNBits} \
|
||||
d 'StaticChannelBackup on DropBox' ${DropboxBackup} \
|
||||
j 'JoinMarket' ${joinmarket} \
|
||||
|
@ -121,6 +121,7 @@ p 'BTCPayServer' ${BTCPayServer} \
|
|||
m 'lndmanage' ${lndmanage} \
|
||||
f 'Faraday' ${faraday} \
|
||||
o 'Balance of Satoshis' ${bos} \
|
||||
t 'ThunderHub' ${thunderhub} \
|
||||
i 'LNbits' ${LNBits} \
|
||||
d 'StaticChannelBackup on DropBox' ${DropboxBackup} \
|
||||
j 'JoinMarket' ${joinmarket} \
|
||||
|
|
Loading…
Add table
Reference in a new issue