mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 11:37:19 +02:00
#1308 android ZAP over TOR
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user