mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
removing ZEUS iOS from TOR options
This commit is contained in:
parent
09eca87a84
commit
12c39a3aca
2 changed files with 1 additions and 3 deletions
|
@ -63,7 +63,6 @@ if [ "${runBehindTor}" = "on" ]; then
|
|||
# Options (available with TOR)
|
||||
OPTIONS=( #ZAP_IOS "Zap Wallet (iOS) over TOR" \
|
||||
ZAP_ANDROID "Zap Wallet (Android) over TOR" \
|
||||
ZEUS_IOS "Zeus Wallet (iOS) over TOR" \
|
||||
ZEUS_ANDROID "Zeus Wallet (Android) over TOR" \
|
||||
FULLY_NODED "Fully Noded (IOS) over TOR"
|
||||
)
|
||||
|
|
|
@ -97,7 +97,7 @@ elif [ "${targetWallet}" = "zap-android" ]; then
|
|||
elif [ "${targetWallet}" = "zeus-ios" ]; then
|
||||
|
||||
connector="lndconnect"
|
||||
supportsTOR=1
|
||||
supportsTOR=0
|
||||
port="8080"
|
||||
|
||||
elif [ "${targetWallet}" = "zeus-android" ]; then
|
||||
|
@ -123,7 +123,6 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
#### ADAPT PARAMETERS BASED RASPIBLITZ CONFIG
|
||||
|
||||
# get the local IP as default host
|
||||
|
|
Loading…
Add table
Reference in a new issue