mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#1308 android ZAP over TOR
This commit is contained in:
parent
e96581e076
commit
0033a6ea7e
1 changed files with 2 additions and 3 deletions
|
@ -95,9 +95,8 @@ if [ "${targetWallet}" = "zap-ios" ]; then
|
|||
elif [ "${targetWallet}" = "zap-android" ]; then
|
||||
connector="lndconnect"
|
||||
if [ ${forceTOR} -eq 1 ]; then
|
||||
# when ZAP runs on TOR it uses REST
|
||||
port="8080"
|
||||
extraparameter="--nocert"
|
||||
# when ZAP runs on TOR it uses gRPC
|
||||
port="10009"
|
||||
else
|
||||
# normal ZAP uses gRPC ports
|
||||
port="10009"
|
||||
|
|
Loading…
Add table
Reference in a new issue